diff options
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 |
