summaryrefslogtreecommitdiff
path: root/src/init
diff options
context:
space:
mode:
authorGravatar Matthias Lucas Jaros <jarlucmat@mailbox.org>2025-10-22 10:12:07 +0200
committerGravatar Matthias Lucas Jaros <jarlucmat@mailbox.org>2025-10-22 10:17:59 +0200
commit56f53d5e21e5044041c910f98f5eb2c5fd7fce2b (patch)
tree7ed5169ff9bf66bb4a913b0149bf433b39c0e0ee /src/init
parent9e946a8a45c23a72d7a55e4ca37360ab84f963cc (diff)
- Added also info logging for successful attempts
- merge info and error logs - Fix log being overwritten with every entry
Diffstat (limited to 'src/init')
-rwxr-xr-xsrc/init4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/init b/src/init
index 619c97e..d02c19a 100755
--- a/src/init
+++ b/src/init
@@ -140,7 +140,7 @@ for repoConfig in $repos
setupRepo "$repoConfig"
end
-# create writable log file
-touch $LOG && chmod 777 $LOG
+# create writable log file for run script
+touch $_LOG && chmod 777 $_LOG
runSSHDaemon