diff options
-rwxr-xr-x | admin/Interface/RestaurarSoftIncremental | 2 | ||||
-rwxr-xr-x | client/shared/scripts/restoreDiffImage | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/admin/Interface/RestaurarSoftIncremental b/admin/Interface/RestaurarSoftIncremental index 353fdf9b..b8d4af5d 100755 --- a/admin/Interface/RestaurarSoftIncremental +++ b/admin/Interface/RestaurarSoftIncremental @@ -68,7 +68,7 @@ PROTO=${6%_*} OPT=${6#*_} - restoreDiffImage $DEST "$5" $1 $2 $PROTO $OPT + restoreDiffImage $DEST "$3" "$5" $1 $2 $PROTO $OPT fi diff --git a/client/shared/scripts/restoreDiffImage b/client/shared/scripts/restoreDiffImage index 06a1f0e5..6793616f 100755 --- a/client/shared/scripts/restoreDiffImage +++ b/client/shared/scripts/restoreDiffImage @@ -125,7 +125,8 @@ echo "[70] $MSG_HELP_ogRestoreInfoImage" |tee -a $OGLOGFILE $OGLOGSESSION ogRestoreInfoImage "$4" "$5" &>$OGLOGCOMMAND # Llamar al script de post-configuraciĆ³n del sistema operativo. -echo "[90] $MSG_HELP_configureOs." +echo "[90] $MSG_HELP_configureOs." | tee -a $OGLOGFILE $OGLOGSESSION + # el || echo es para evitar que se maneje el error. configureOs $4 $5 &>>$OGLOGCOMMAND || echo "$?" &>>$OGLOGCOMMAND |