diff options
author | Ramón M. Gómez <ramongomez@us.es> | 2018-10-17 13:00:12 +0200 |
---|---|---|
committer | Ramón M. Gómez <ramongomez@us.es> | 2018-10-17 13:00:48 +0200 |
commit | aafe8f98297e8a27d6a8231eba2b99e208eb7005 (patch) | |
tree | 20be28653e964a680bdbd5f29854644e7c67b431 /installer/opengnsys_update.sh | |
parent | 1f75d139cf157096eb5999be4e4355b7986f7f96 (diff) |
#867: Integrating commit {{{ba1f95c}}}.
Diffstat (limited to 'installer/opengnsys_update.sh')
-rwxr-xr-x | installer/opengnsys_update.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/installer/opengnsys_update.sh b/installer/opengnsys_update.sh index 89939752..d30c626a 100755 --- a/installer/opengnsys_update.sh +++ b/installer/opengnsys_update.sh @@ -643,7 +643,8 @@ function updateWebFiles() sed 's/clickcontextualnodo/clicksupnodo/g' $COMPATDIR/$f.php > $COMPATDIR/$f.device.php done cp -a $COMPATDIR/imagenes.device.php $COMPATDIR/imagenes.device4.php - + # Acceso al manual de usuario + 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 |