diff options
| author | 2025-10-22 10:12:07 +0200 | |
|---|---|---|
| committer | 2025-10-22 10:17:59 +0200 | |
| commit | 99077b3e41c9cf32a423caa19266e22c1e7a0934 (patch) | |
| tree | 7ed5169ff9bf66bb4a913b0149bf433b39c0e0ee /src/init | |
| parent | 510867f3c292265e54c6559061045bb6d964b67a (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-x | src/init | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
