Merge branch 'develop' of github.com:ClouDev/CloudBot into develop
This commit is contained in:
commit
54d84dcd09
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
||||||
persist
|
persist
|
||||||
config
|
config
|
||||||
|
gitflow
|
||||||
*.db
|
*.db
|
||||||
*.log
|
*.log
|
||||||
.*.swp
|
.*.swp
|
||||||
|
|
1
cloudbot
1
cloudbot
|
@ -96,6 +96,7 @@ processargs() {
|
||||||
if running; then
|
if running; then
|
||||||
echo "Restarting CloudBot... ($backend)"
|
echo "Restarting CloudBot... ($backend)"
|
||||||
stop
|
stop
|
||||||
|
sleep 3
|
||||||
start
|
start
|
||||||
else
|
else
|
||||||
echo "Cannot restart! Bot is not already running!"
|
echo "Cannot restart! Bot is not already running!"
|
||||||
|
|
Reference in a new issue