From 30ad471609a53482410d51b66f0c9f764c2e944a Mon Sep 17 00:00:00 2001 From: irina Date: Tue, 4 Mar 2014 13:07:35 +0000 Subject: #565 #636 revisiĆ³n mensajes de error en las sincronizadas. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://opengnsys.es/svn/branches/version1.0@4173 a21b9725-9963-47de-94b9-378ad31fedc9 --- admin/Interface/CrearImagenBasica | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'admin/Interface/CrearImagenBasica') diff --git a/admin/Interface/CrearImagenBasica b/admin/Interface/CrearImagenBasica index 7efc69e2..20607f9b 100755 --- a/admin/Interface/CrearImagenBasica +++ b/admin/Interface/CrearImagenBasica @@ -63,6 +63,7 @@ if [ $7 -eq 1 ]; then #sincronizacion1 ogCrearImagenBasica "$@" + RETVAL=$? fi @@ -83,8 +84,16 @@ [ "$4" == "0.0.0.0" ] && DEST="CACHE" || DEST="REPO" createBaseImage $1 $2 $DEST "$3" + RETVAL=$? fi [ "$REPO" == "REPO" -a "$boot" != "admin" ] && CambiarAcceso user + # Registro de fin de ejecuciĆ³n + echo "$MSG_INTERFACE_END $RETVAL" | tee -a $OGLOGSESSION $OGLOGFILE + + + + exit $RETVAL + -- cgit v1.2.3-18-g5258