diff options
Diffstat (limited to 'admin/Interface/EjecutarScript')
-rwxr-xr-x | admin/Interface/EjecutarScript | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/admin/Interface/EjecutarScript b/admin/Interface/EjecutarScript index 50b54a56..26453ed4 100755 --- a/admin/Interface/EjecutarScript +++ b/admin/Interface/EjecutarScript @@ -31,7 +31,8 @@ if [ $RETVAL == 0 ] then ogEcho log session "[100] Duracion de la operacion $[TIME/60]m $[TIME%60]s" else - ogEcho log session "ERROR: operacion no realizada" + ogRaiseError log session $RETVAL + ogEcho log session error "Operacion no realizada" fi |