*SQUASH ALREADY*
This commit is contained in:
parent
24e5298a68
commit
ace459d876
1 changed files with 3 additions and 3 deletions
6
cloudbot
6
cloudbot
|
@ -61,9 +61,9 @@ error4 = red + "Program killed by user! {ERROR 4}" + nocol
|
|||
error5 = red + "Invalid backend in config! {ERROR 5}" + nocol
|
||||
error6 = red + "Author error! We be derpin'! {ERROR 6}" + nocol
|
||||
|
||||
start = "echo " + error1
|
||||
stop = "echo " + error1
|
||||
restart = "echo " + error1
|
||||
start = "echo " + "'" + error1 + "'"
|
||||
stop = "echo " + "'" + error1 + "'"
|
||||
restart = "echo " + "'" + error1 + "'"
|
||||
pid = "echo 'Cannot get pid'"
|
||||
|
||||
if daemon:
|
||||
|
|
Reference in a new issue