From f8e4d5a27732e4fc5ad6c2897212f35705e3e352 Mon Sep 17 00:00:00 2001 From: david_williams <david_williams> Date: Sun, 19 Nov 2006 18:50:05 +0000 Subject: [PATCH] corrected spelling --- releng.control/restart.sh | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/releng.control/restart.sh b/releng.control/restart.sh index 7df4e95ff..386787410 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 + + -- GitLab