diff options
author | Ramón M. Gómez <ramongomez@us.es> | 2018-10-17 12:32:56 +0200 |
---|---|---|
committer | Ramón M. Gómez <ramongomez@us.es> | 2018-10-17 12:32:56 +0200 |
commit | ba1f95c4ff3fb5e529f02445d9d16e78fe71ff58 (patch) | |
tree | d44ee1940d3ecbe10ee6206ee6735887c6383527 /installer/opengnsys_update.sh | |
parent | 56465fdff17398bbbd3eed508f81e3e2d7774105 (diff) |
#867: Web interface includes more information in the help section.
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 4cf0786c..1c87874e 100755 --- a/installer/opengnsys_update.sh +++ b/installer/opengnsys_update.sh @@ -623,7 +623,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 |