diff options
| author | 2026-08-12 19:44:56 +0200 | |
|---|---|---|
| committer | 2026-08-12 19:44:56 +0200 | |
| commit | fd4e96515a7e0d91a00d99749c634b97ffcc6352 (patch) | |
| tree | 807e4c1bde97283145e8fb15d38a0bea2da597d1 /src/init | |
| parent | 34304b103f8681525d3e034e1734b2e826a4926c (diff) | |
Set logfile to only writable to root and git group
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 |
