diff options
author | Ramón M. Gómez <ramongomez@us.es> | 2018-11-20 09:58:14 +0100 |
---|---|---|
committer | Ramón M. Gómez <ramongomez@us.es> | 2018-11-20 09:58:14 +0100 |
commit | a37e8cbbc4557c4407a0d29edd97bf472da0b4b1 (patch) | |
tree | b952731a1fc6e9b67e1959c4218533c52097981f /installer/opengnsys_update.sh | |
parent | 80cbc63d12dac8c2115af72508538e1e30a820cd (diff) |
#840: Updating script {{{checkperms}}} to assign proper permissions.
Diffstat (limited to 'installer/opengnsys_update.sh')
-rwxr-xr-x | installer/opengnsys_update.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/installer/opengnsys_update.sh b/installer/opengnsys_update.sh index a2a818ee..c43dc8fc 100755 --- a/installer/opengnsys_update.sh +++ b/installer/opengnsys_update.sh @@ -672,7 +672,6 @@ function updateWebFiles() ln -fs ../doc/userManual $INSTALL_TARGET/www/userManual # Fichero de log de la API REST. touch $INSTALL_TARGET/log/{ogagent,rest,remotepc}.log - chown -R $APACHE_RUN_USER:$APACHE_RUN_GROUP $INSTALL_TARGET/log/{ogagent,rest,remotepc}.log echoAndLog "${FUNCNAME}(): Web files successfully updated" } |