diff options
author | ramon <ramongomez@us.es> | 2011-03-28 12:24:04 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2011-03-28 12:24:04 +0000 |
commit | 16919efaa7abc641db49592795a6476bd36ac988 (patch) | |
tree | c6f02284051aad7303f9262386ee3f42c28acc2c /installer | |
parent | a7125bfb2ca911a2a13d0b33d3a2edc45691e7e5 (diff) |
Version 1.0: Creación de imágenes desde la consola en cliente no administrador.
* Corrección en funciones {{{ogGetRepoIp}}} y {{{ogGetServerIp}}}.
* Corrección de errata en script de interfaz web para cambiar modo de montaje del repositorio.
* Modificación de permisos de instalación.
Modificado #291.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@1642 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'installer')
-rwxr-xr-x | installer/opengnsys_installer.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/opengnsys_installer.sh b/installer/opengnsys_installer.sh index a7cfbfb4..552bc0f6 100755 --- a/installer/opengnsys_installer.sh +++ b/installer/opengnsys_installer.sh @@ -971,7 +971,7 @@ function copyInterfaceAdm () echoAndLog "${FUNCNAME}(): error while copying Administration Interface Folder" hayErrores=1 fi - chown root:root $INSTALL_TARGET/client/interfaceAdm/CambiarAcceso + chown $OPENGNSYS_CLIENT_USER $INSTALL_TARGET/client/interfaceAdm/CambiarAcceso chmod 700 $INSTALL_TARGET/client/interfaceAdm/CambiarAcceso return $hayErrores |