diff --git a/.gitignore b/.gitignore index fe205b0..7d9d181 100755 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ persist config +gitflow *.db *.log .*.swp 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!"