diff options
author | ramon <ramongomez@us.es> | 2014-03-18 13:38:12 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2014-03-18 13:38:12 +0000 |
commit | fe10bff252071d5125aca01875b4d84349936b35 (patch) | |
tree | e63f0e31aeb73b066790d43f2c5574fbf5a19128 /client/shared/scripts/restoreImage | |
parent | 167b8d58ab3303fe4cdc37a1809c477c85826b75 (diff) |
#640: Más scripts adaptados al nuevo formato de la función {{{ogEcho}}}.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@4193 a21b9725-9963-47de-94b9-378ad31fedc9
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^^}" |