From 56f53d5e21e5044041c910f98f5eb2c5fd7fce2b Mon Sep 17 00:00:00 2001 From: Matthias Lucas Jaros Date: Wed, 22 Oct 2025 10:12:07 +0200 Subject: - Added also info logging for successful attempts - merge info and error logs - Fix log being overwritten with every entry --- src/init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/init') 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 -- cgit v1.3.1