diff --git a/releng.control/restart.sh b/releng.control/restart.sh index 7df4e95ffb65cf9578b2cb76727731e8d5832062..3867874109478894a68ae10f68889866ba4f1109 100644 --- a/releng.control/restart.sh +++ b/releng.control/restart.sh @@ -1,17 +1,17 @@ -#!/bin/sh - -./stopBuilds.sh - - -# now, restart CC's -echo "restarting Cruise Controls" -./startbuild.sh - - -# and list our processes for a warm fuzzy, we pause briefly, since in some -# error conditions, they will start, but then shutdown a few seconds later -sleep 10s -echo "current java processes" -ps -u wtpBuild -f -w -w | grep java - - +#!/bin/sh + +./stopBuilds.sh + + +# now, restart CC's +echo "restarting CruiseControl" +./startbuild.sh + + +# and list our processes for a warm fuzzy, we pause briefly, since in some +# error conditions, they will start, but then shutdown a few seconds later +sleep 10s +echo "current java processes" +ps -u wtpBuild -f -w -w | grep java + +