From b351d8afce7769df7e57c13c88efc3b1346d031e Mon Sep 17 00:00:00 2001 From: "Ramón M. Gómez" Date: Wed, 14 Nov 2018 18:40:06 +0100 Subject: #875: Removing old ogAdmRepo service. --- repoman/bin/opengnsys.cron | 5 ----- 1 file changed, 5 deletions(-) (limited to 'repoman/bin') diff --git a/repoman/bin/opengnsys.cron b/repoman/bin/opengnsys.cron index 78f01db5..32c6f493 100755 --- a/repoman/bin/opengnsys.cron +++ b/repoman/bin/opengnsys.cron @@ -31,9 +31,4 @@ if [ "$RUN_OGADMSERVER" == "yes" ]; then /etc/init.d/opengnsys restart fi fi -# Reiniciar servicios si es repositorio y proceso ogAdmRepo está caído. -if [ "$RUN_OGADMREPO" == "yes" -a $(pgrep ogAdmRepo | wc -w) == 0 ]; then - date +"%d/%m/%Y %H:%M ERROR: El servicio ogAdmRepo estaba caido, se reinicia" >> $LOGDIR/ogAdmRepo.log - /etc/init.d/opengnsys restart -fi -- cgit v1.2.3-18-g5258