Commit 5373a699 by Torkel Ödegaard

Merge branch 'master' of github.com:grafana/grafana

parents 177acf83 f3ba491a
......@@ -138,6 +138,7 @@ case "$1" in
;;
status)
status -p $PID_FILE $NAME
exit $?
;;
restart|force-reload)
if [ -f "$PID_FILE" ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment