summaryrefslogtreecommitdiffstats
path: root/server/bin/checkperms
diff options
context:
space:
mode:
authorRamón M. Gómez <ramongomez@us.es>2019-05-27 13:36:02 +0200
committerRamón M. Gómez <ramongomez@us.es>2019-05-27 13:36:02 +0200
commitae36b2ec3cb1fa2a2915b17255a5412f1e5ddf90 (patch)
tree0ce329c352297b3c11e95e12a70de103dcffa438 /server/bin/checkperms
parent5641ae96b36c5551b83e78ae51a126adc0125afb (diff)
#907: Add new scripts to support OpenGnsys 1.1.x and 3.x versions.
Diffstat (limited to 'server/bin/checkperms')
-rwxr-xr-xserver/bin/checkperms2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/bin/checkperms b/server/bin/checkperms
index ca9e1d7d..c02b3350 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,remotepc,rest}.log
+chown $APACHE_USER:$APACHE_GROUP $OPENGNSYS_DIR/log/{ogagent,remotepc,rest}.log 2>/dev/null