diff options
author | Ramón M. Gómez <ramongomez@us.es> | 2019-06-07 11:17:44 +0200 |
---|---|---|
committer | Ramón M. Gómez <ramongomez@us.es> | 2019-06-07 11:17:44 +0200 |
commit | 8cb279bc1cc8512570abcc16e26862f258b74c2c (patch) | |
tree | 0c03e9cda8d655b7780f69fe0a8b0c087b6ef7dd /server | |
parent | 6a2bd870329061679618e23ddb13164018c1de06 (diff) |
#888 #914: Updating UEFI requisites.
Diffstat (limited to 'server')
-rwxr-xr-x | server/bin/checkperms | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/bin/checkperms b/server/bin/checkperms index 5c558c45..a148b60f 100755 --- a/server/bin/checkperms +++ b/server/bin/checkperms @@ -53,7 +53,7 @@ chmod 640 $OPENGNSYS_DIR/{www/controlacceso*.php,etc/ogAdmRepo*.cfg} chown -R $APACHE_USER:$APACHE_GROUP $OPENGNSYS_DIR/www/images/{fotos,iconos} mkdir -p $OPENGNSYS_DIR/www/{api,tmp} chown -R $APACHE_USER:$APACHE_GROUP $OPENGNSYS_DIR/www/{api,tmp} -chown -R $APACHE_USER:$APACHE_GROUP $OPENGNSYS_DIR/tftpboot/menu.lst +chown -R $APACHE_USER:$APACHE_GROUP $OPENGNSYS_DIR/tftpboot/{menu.lst,grub} 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 {} \; |