diff options
author | ramon <ramongomez@us.es> | 2017-12-20 11:03:33 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2017-12-20 11:03:33 +0000 |
commit | d7ece95096f4215eacf2e6adff3863164fac38bb (patch) | |
tree | ac428656d019a88453e7b3ce8a51c71dda2de7c8 | |
parent | ac6ed4b5c105855797477cc77203ba3b4700d60f (diff) |
#730: Corregir erratas en instalador y actualizador al crear directorio de grupos (aulas) en el repositorio.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5538 a21b9725-9963-47de-94b9-378ad31fedc9
-rwxr-xr-x | installer/opengnsys_installer.sh | 2 | ||||
-rwxr-xr-x | installer/opengnsys_update.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/installer/opengnsys_installer.sh b/installer/opengnsys_installer.sh index 8570d36b..55ed5435 100755 --- a/installer/opengnsys_installer.sh +++ b/installer/opengnsys_installer.sh @@ -1209,7 +1209,7 @@ function createDirs() ln -fs $path_opengnsys_base/log /var/log/opengnsys mkdir -p $path_opengnsys_base/sbin mkdir -p $path_opengnsys_base/www - mkdir -p $path_opengnsys_base/images/group + mkdir -p $path_opengnsys_base/images/groups mkdir -p $TFTPCFGDIR ln -fs $TFTPCFGDIR $path_opengnsys_base/tftpboot mkdir -p $path_opengnsys_base/tftpboot/menu.lst diff --git a/installer/opengnsys_update.sh b/installer/opengnsys_update.sh index d6a238c7..4cff8d2e 100755 --- a/installer/opengnsys_update.sh +++ b/installer/opengnsys_update.sh @@ -668,7 +668,7 @@ function createDirs() local dir mkdir -p ${INSTALL_TARGET}/{bin,doc,etc,lib,sbin,www} - mkdir -p ${INSTALL_TARGET}/{client,images/group} + mkdir -p ${INSTALL_TARGET}/{client,images/groups} mkdir -p ${INSTALL_TARGET}/log/clients ln -fs ${INSTALL_TARGET}/log /var/log/opengnsys # Detectar directorio de instalaciĆ³n de TFTP. |