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
|
||||
config
|
||||
gitflow
|
||||
*.db
|
||||
*.log
|
||||
.*.swp
|
||||
|
|
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