diff options
author | albertogp <albertogp@uma.es> | 2021-05-03 17:30:57 +0200 |
---|---|---|
committer | albertogp <albertogp@uma.es> | 2021-05-03 17:30:57 +0200 |
commit | e4fffba32413fd35a4c2c43e92a42470909ad952 (patch) | |
tree | 67bb0a05349133e1a3c7e46dd4fd3e14f03c5fb4 /installer/opengnsys_update.sh | |
parent | 25a3a96a89eaa6f4436336450936e89cc719bb1e (diff) |
#824 Cambiando a bootOsID-824_Iniciar.Sistema.Restaurado
Diffstat (limited to 'installer/opengnsys_update.sh')
-rwxr-xr-x | installer/opengnsys_update.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/installer/opengnsys_update.sh b/installer/opengnsys_update.sh index 2378a8b4..963d9540 100755 --- a/installer/opengnsys_update.sh +++ b/installer/opengnsys_update.sh @@ -841,11 +841,11 @@ function createDirs() mkdir -p ${INSTALL_TARGET}/{bin,doc,etc,lib,sbin,www} mkdir -p ${INSTALL_TARGET}/{client,images/groups} mkdir -p ${INSTALL_TARGET}/log/clients - if [ ! -d ${INSTALL_TARGET}/log/clients/setBootMode ]; then - mkdir -p ${INSTALL_TARGET}/log/clients/setBootMode - chmod 777 ${INSTALL_TARGET}/log/clients/setBootMode + if [ ! -d ${INSTALL_TARGET}/log/clients/bootOs ]; then + mkdir -p ${INSTALL_TARGET}/log/clients/bootOs + chmod 777 ${INSTALL_TARGET}/log/clients/bootOs else - chmod 777 ${INSTALL_TARGET}/log/clients/setBootMode + chmod 777 ${INSTALL_TARGET}/log/clients/bootOs fi ln -fs ${INSTALL_TARGET}/log /var/log/opengnsys # Detectar directorio de instalaciĆ³n de TFTP. |