diff options
Diffstat (limited to 'src/init')
| -rwxr-xr-x | src/init | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -183,7 +183,9 @@ for repoConfig in $repos end # create writable log file for run script -truncate -s 0 $_LOG && chmod 777 $_LOG +truncate -s 0 $_LOG +chown root:$_GIT_SUDO_GROUP $_LOG +chmod 760 $_LOG setupSSH; or return $status |
