diff options
Diffstat (limited to 'client/shared/scripts/restoreImage')
-rwxr-xr-x | client/shared/scripts/restoreImage | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/shared/scripts/restoreImage b/client/shared/scripts/restoreImage index e10cfba7..65b1597c 100755 --- a/client/shared/scripts/restoreImage +++ b/client/shared/scripts/restoreImage @@ -19,7 +19,7 @@ fi echo " " > $OGLOGCOMMAND [ "$(ogGetCaller)" == "deployImage" ] || echo -n "" > $OGLOGSESSION; -ogEcho log session "[1] $MSG_SCRIPTS_START $0 $*" | tee -a $OGLOGSESSION $OGLOGFILE +ogEcho log session "[1] $MSG_SCRIPTS_START $0 $*" # Procesar parĂ¡metros de entrada REPO="${1^^}" |