diff options
Diffstat (limited to 'client/shared/scripts')
-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) |