Change restart to fail if not running

This commit is contained in:
Dave Syer 2015-08-27 07:30:00 +01:00
parent ff681adc5b
commit 9dec0971d6

View File

@ -152,8 +152,7 @@ stop() {
}
restart() {
stop
start
stop && start
}
status() {