diff options
author | ramon <ramongomez@us.es> | 2014-03-14 13:36:21 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2014-03-14 13:36:21 +0000 |
commit | 0483b14f234edbefa932d73b6ca2c3d9b3283449 (patch) | |
tree | 6a4a9f1e335ec9bf17b1aefe848d9021e26c64cc /admin/Interface/CrearImagenBasica | |
parent | 5633342e4d74884ac39dfb30b124bd2b21e79f60 (diff) |
#640: Scripts de interfaz adaptados al nuevo formato de la función {{{ogEcho}}}.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@4186 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/Interface/CrearImagenBasica')
-rwxr-xr-x | admin/Interface/CrearImagenBasica | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/Interface/CrearImagenBasica b/admin/Interface/CrearImagenBasica index 20607f9b..069b0164 100755 --- a/admin/Interface/CrearImagenBasica +++ b/admin/Interface/CrearImagenBasica @@ -49,7 +49,7 @@ echo -n "" > $OGLOGSESSION; echo -n "" > $OGLOGCOMMAND # Registro de inicio de ejecución - echo "$MSG_INTERFACE_START $0 $*" | tee -a $OGLOGSESSION $OGLOGFILE + ogEcho log session "$MSG_INTERFACE_START $0 $*" # Si el destino es REPO y el cliente no está en modo "admin"; activar repositorio para escritura, if [ "$REPO" == "REPO" -a "$boot" != "admin" ] @@ -91,7 +91,7 @@ [ "$REPO" == "REPO" -a "$boot" != "admin" ] && CambiarAcceso user # Registro de fin de ejecución - echo "$MSG_INTERFACE_END $RETVAL" | tee -a $OGLOGSESSION $OGLOGFILE + ogEcho log session "$MSG_INTERFACE_END $RETVAL" |