summaryrefslogtreecommitdiffstats
path: root/server/bin/checkperms
diff options
context:
space:
mode:
authorRamón M. Gómez <ramongomez@us.es>2019-06-17 19:08:08 +0200
committerRamón M. Gómez <ramongomez@us.es>2019-06-17 19:08:08 +0200
commit72d929592a60817a878d45b342813855ffc10cf8 (patch)
tree920d63aaf1468a35af9e2aa06b75352cd3671865 /server/bin/checkperms
parent418feb183560ff70a72df1c668481696f55fdf62 (diff)
#914: Fixed bug in commit {{{6a2bd87}}} and {{{5050850}}}.
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 424c1b48..3f79e2d3 100755
--- a/server/bin/checkperms
+++ b/server/bin/checkperms
@@ -45,7 +45,7 @@ find $OPENGNSYS_DIR/images -maxdepth 1 -type d -exec chmod 775 {} \;
find $OPENGNSYS_DIR/images -maxdepth 1 -type f -exec chmod 664 {} \;
find $OPENGNSYS_DIR/client/{interfaceAdm,scripts} ! -name "*.txt" -exec chmod +x {} \;
chown -R $OPENGNSYS_USER:$OPENGNSYS_USER $OPENGNSYS_DIR/client/etc/ssl/private
-chmod -R go-rwx $OPENGNSYS_USER:$OPENGNSYS_USER $OPENGNSYS_DIR/client/etc/ssl/private
+chmod -R go-rwx $OPENGNSYS_DIR/client/etc/ssl/private
chown $OPENGNSYS_USER:$OPENGNSYS_USER $OPENGNSYS_DIR/client/interfaceAdm/CambiarAcceso
chmod 700 $OPENGNSYS_DIR/client/interfaceAdm/CambiarAcceso
chown root:root $OPENGNSYS_DIR/etc/{ogAdmServer,ogAdmAgent}*.cfg