diff options
author | Ramón M. Gómez <ramongomez@us.es> | 2018-11-20 11:07:32 +0100 |
---|---|---|
committer | Ramón M. Gómez <ramongomez@us.es> | 2018-11-20 13:11:55 +0100 |
commit | 485ef39605e561e5267e84a97d65b2b471c4d241 (patch) | |
tree | 828d4fa122a9bbfa5af4acc787916bf70a129b60 /installer/opengnsys_update.sh | |
parent | 948389851e14c973e56e2965aced085b209577b8 (diff) |
#872: Adapting commit {{{80cbc63}}} from devel to master.
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 8461f2ec..8a307257 100755 --- a/installer/opengnsys_update.sh +++ b/installer/opengnsys_update.sh @@ -627,7 +627,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" } |