From 109dcb20641345477c1a4618d6f104b8d51b8d5f Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Thu, 8 Mar 2012 16:21:24 +1300 Subject: [PATCH 1/2] added git-flow to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index fe205b0..7d9d181 100755 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ persist config +gitflow *.db *.log .*.swp From f61cc28869d73624fa883a65540cea6210d59867 Mon Sep 17 00:00:00 2001 From: neersighted Date: Sat, 10 Mar 2012 19:24:10 -0800 Subject: [PATCH 2/2] 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!"