summaryrefslogtreecommitdiffstats
path: root/server/bin
diff options
context:
space:
mode:
authorRamón M. Gómez <ramongomez@us.es>2018-11-20 09:58:14 +0100
committerRamón M. Gómez <ramongomez@us.es>2018-11-20 09:58:14 +0100
commita37e8cbbc4557c4407a0d29edd97bf472da0b4b1 (patch)
treeb952731a1fc6e9b67e1959c4218533c52097981f /server/bin
parent80cbc63d12dac8c2115af72508538e1e30a820cd (diff)
#840: Updating script {{{checkperms}}} to assign proper permissions.
Diffstat (limited to 'server/bin')
-rwxr-xr-xserver/bin/checkperms2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/bin/checkperms b/server/bin/checkperms
index fbe3be0f..5c558c45 100755
--- a/server/bin/checkperms
+++ b/server/bin/checkperms
@@ -57,5 +57,5 @@ chown -R $APACHE_USER:$APACHE_GROUP $OPENGNSYS_DIR/tftpboot/menu.lst
chown -R :$OPENGNSYS_USER $OPENGNSYS_DIR/tftpboot/ogLive*
find -L $OPENGNSYS_DIR/tftpboot -type d -exec chmod 755 {} \;
find -L $OPENGNSYS_DIR/tftpboot -type f -exec chmod 644 {} \;
-chown $APACHE_USER:$APACHE_GROUP $OPENGNSYS_DIR/log/ogagent.log
+chown $APACHE_USER:$APACHE_GROUP $OPENGNSYS_DIR/log/{ogagent,remotepc,rest}.log