diff options
author | irina <irinagomez@us.es> | 2014-02-21 13:45:57 +0000 |
---|---|---|
committer | irina <irinagomez@us.es> | 2014-02-21 13:45:57 +0000 |
commit | 791d013b4d86ae2be0e6e09205c22f4a34d6603e (patch) | |
tree | edf423a74a3e68dbc47c3be2362eb3f7fb8f6286 /admin/Interface/CrearSoftIncremental | |
parent | 32ac61d80984c108215d553e49216a7edca06c9e (diff) |
#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
Diffstat (limited to 'admin/Interface/CrearSoftIncremental')
-rwxr-xr-x | admin/Interface/CrearSoftIncremental | 11 |
1 files changed, 7 insertions, 4 deletions
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 "$@" |