You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2018/07/10 15:15:47 UTC

svn commit: r1835566 - /comdev/projects.apache.org/trunk/scripts/cronjobs/pubsubber.sh

Author: sebb
Date: Tue Jul 10 15:15:47 2018
New Revision: 1835566

URL: http://svn.apache.org/viewvc?rev=1835566&view=rev
Log:
Reminder was in the wrong place

Modified:
    comdev/projects.apache.org/trunk/scripts/cronjobs/pubsubber.sh

Modified: comdev/projects.apache.org/trunk/scripts/cronjobs/pubsubber.sh
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/scripts/cronjobs/pubsubber.sh?rev=1835566&r1=1835565&r2=1835566&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/scripts/cronjobs/pubsubber.sh (original)
+++ comdev/projects.apache.org/trunk/scripts/cronjobs/pubsubber.sh Tue Jul 10 15:15:47 2018
@@ -20,11 +20,11 @@ fi
 if [ "$1" = 'stop' ]
 then
     python3 -u $SCRIPT stop
+    echo "Remember to start pubsubber again" >&2
 else
     ERRTEE=1 LOGFILE=$LOGDIR/${BASE}_${YYMM}_daemon.log python3 -u $SCRIPT start \
        comdev/projects.apache.org/trunk /var/www/projects.apache.org/ \
        comdev/reporter.apache.org/trunk /var/www/reporter.apache.org/
-    echo "Remember to start pubsubber again" >&2
 fi
 
 echo Completed $SCRIPT at $(date)