diff options
Diffstat (limited to 'repoman/bin/opengnsys.cron')
-rwxr-xr-x | repoman/bin/opengnsys.cron | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/repoman/bin/opengnsys.cron b/repoman/bin/opengnsys.cron index 4584aef7..be5a0508 100755 --- a/repoman/bin/opengnsys.cron +++ b/repoman/bin/opengnsys.cron @@ -13,6 +13,9 @@ typeset -i OGCPU # % uso CPU # Comprobar servicios que deben estar activos. [ -f $DEFAULTFILE ] && source $DEFAULTFILE +# Salir si no se debe ejecutar la revisión en el cron. +[ "$RUN_CRONJOB" == "no" ] && exit + # Comprobar si está activo el servidor OpenGnSys. if [ "$RUN_OGADMSERVER" == "yes" ]; then # Parar procesos ogAdmServer si consume más de 90% de CPU. |