From 791d013b4d86ae2be0e6e09205c22f4a34d6603e Mon Sep 17 00:00:00 2001 From: irina Date: Fri, 21 Feb 2014 13:45:57 +0000 Subject: #565 #537 #636 Log en tiempo real para imagenes sincronizadas. git-svn-id: https://opengnsys.es/svn/branches/version1.0@4153 a21b9725-9963-47de-94b9-378ad31fedc9 --- admin/Interface/CrearSoftIncremental | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'admin/Interface/CrearSoftIncremental') diff --git a/admin/Interface/CrearSoftIncremental b/admin/Interface/CrearSoftIncremental index 9fe6df8f..ccf8d70f 100755 --- a/admin/Interface/CrearSoftIncremental +++ b/admin/Interface/CrearSoftIncremental @@ -43,6 +43,13 @@ #Carga el configurador del engine desde el fichero engine.cfg [ -z $OGENGINECONFIGURATE ] && source /opt/opengnsys/etc/engine.cfg + # Clear temporary file used as log track by httpdlog + # Limpia los ficheros temporales usados como log de seguimiento para httpdlog + echo -n "" > $OGLOGSESSION; echo -n "" > $OGLOGCOMMAND + + # Registro de inicio de ejecución + echo "$MSG_INTERFACE_START $0 $*" | tee -a $OGLOGSESSION $OGLOGFILE + # Si el destino es REPO y el cliente no está en modo "admin"; activar repositorio para escritura, if [ "$REPO" == "REPO" -a "$boot" != "admin" ] then @@ -52,10 +59,6 @@ fi - # Clear temporary file used as log track by httpdlog - # Limpia los ficheros temporales usados como log de seguimiento para httpdlog - echo " " > $OGLOGSESSION; echo " " > $OGLOGCOMMAND; echo " " > ${OGLOGCOMMAND}.tmp - if [ $8 -eq 1 ]; then #sincronizacion1 ogCrearSoftIncremental "$@" -- cgit v1.2.3-18-g5258