Fixed timing bug, stopping .restart
This commit is contained in:
parent
6749bf8340
commit
f61cc28869
1 changed files with 1 additions and 0 deletions
1
cloudbot
1
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!"
|
||||
|
|
Reference in a new issue