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 /client/shared/scripts/deployImage | |
parent | 25a3a96a89eaa6f4436336450936e89cc719bb1e (diff) |
#824 Cambiando a bootOsID-824_Iniciar.Sistema.Restaurado
Diffstat (limited to 'client/shared/scripts/deployImage')
-rwxr-xr-x | client/shared/scripts/deployImage | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/shared/scripts/deployImage b/client/shared/scripts/deployImage index db82539a..a28f1a73 100755 --- a/client/shared/scripts/deployImage +++ b/client/shared/scripts/deployImage @@ -213,7 +213,7 @@ fi RETVAL=$? # Marca de Iniciar Sistema Restaurado -InSisRes="/opt/opengnsys/log/setBootMode/InSisRes."$(ogGetIpAddress) +InSisRes="/opt/opengnsys/log/bootOs/InSisRes."$(ogGetIpAddress) # Mostrar resultados. RESUMERESTOREIMAGE=$(grep -m 1 "Total Time:" $OGLOGCOMMAND) |