From f61cc28869d73624fa883a65540cea6210d59867 Mon Sep 17 00:00:00 2001 From: neersighted Date: Sat, 10 Mar 2012 19:24:10 -0800 Subject: [PATCH] Fixed timing bug, stopping .restart --- cloudbot | 1 + 1 file changed, 1 insertion(+) diff --git a/cloudbot b/cloudbot index 850b271..3d7ac49 100755 --- a/cloudbot +++ b/cloudbot @@ -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!"