diff options
author | Irina Gómez <irinagomez@us.es> | 2018-10-17 07:44:51 +0000 |
---|---|---|
committer | Irina Gómez <irinagomez@us.es> | 2018-10-17 07:44:51 +0000 |
commit | b80226ec060d17b4cdddbc0c0176fcfca7c363d5 (patch) | |
tree | a5603f4a9b5d8ad790e269d4b2f07bf029c8553e /installer/opengnsys_installer.sh | |
parent | 92c9dec4770f6a806a5d2cdf91544b7da9a764bc (diff) |
#867 Acceso al manual de usuario desde la consola web.
Diffstat (limited to 'installer/opengnsys_installer.sh')
-rwxr-xr-x | installer/opengnsys_installer.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/installer/opengnsys_installer.sh b/installer/opengnsys_installer.sh index 2166a1c7..78e3d34e 100755 --- a/installer/opengnsys_installer.sh +++ b/installer/opengnsys_installer.sh @@ -1091,6 +1091,8 @@ function installWebFiles() 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 -s $INSTALL_TARGET/doc/userManual $INSTALL_TARGET/www/userManual # Cambiar permisos para ficheros especiales. chown -R $APACHE_RUN_USER:$APACHE_RUN_GROUP $INSTALL_TARGET/www/images/{fotos,iconos} chown -R $APACHE_RUN_USER:$APACHE_RUN_GROUP $INSTALL_TARGET/www/tmp/ |