mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
make status command exit with proper code
This commit is contained in:
parent
98a07eff81
commit
0e73c1bf78
@ -138,6 +138,7 @@ case "$1" in
|
||||
;;
|
||||
status)
|
||||
status -p $PID_FILE $NAME
|
||||
exit $?
|
||||
;;
|
||||
restart|force-reload)
|
||||
if [ -f "$PID_FILE" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user