Change restart to fail if not running
This commit is contained in:
parent
ff681adc5b
commit
9dec0971d6
|
@ -152,8 +152,7 @@ stop() {
|
||||||
}
|
}
|
||||||
|
|
||||||
restart() {
|
restart() {
|
||||||
stop
|
stop && start
|
||||||
start
|
|
||||||
}
|
}
|
||||||
|
|
||||||
status() {
|
status() {
|
||||||
|
|
Loading…
Reference in New Issue