Fixed timing bug, stopping .restart

This commit is contained in:
neersighted 2012-03-10 19:24:10 -08:00
parent 6749bf8340
commit f61cc28869

View file

@ -96,6 +96,7 @@ processargs() {
if running; then
echo "Restarting CloudBot... ($backend)"
stop
sleep 3
start
else
echo "Cannot restart! Bot is not already running!"