diff options
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. |