Skip to content
Snippets Groups Projects
Commit f8e4d5a2 authored by david_williams's avatar david_williams
Browse files

corrected spelling

parent f618ce45
No related branches found
No related tags found
No related merge requests found
#!/bin/sh #!/bin/sh
./stopBuilds.sh ./stopBuilds.sh
# now, restart CC's # now, restart CC's
echo "restarting Cruise Controls" echo "restarting CruiseControl"
./startbuild.sh ./startbuild.sh
# and list our processes for a warm fuzzy, we pause briefly, since in some # 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 # error conditions, they will start, but then shutdown a few seconds later
sleep 10s sleep 10s
echo "current java processes" echo "current java processes"
ps -u wtpBuild -f -w -w | grep java ps -u wtpBuild -f -w -w | grep java
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment