mirror of
https://github.com/grafana/grafana.git
synced 2025-02-13 00:55:47 -06:00
Merge pull request #2845 from sbouchex/master
Missing carriage return in init script when displaying usage
This commit is contained in:
commit
42e7a70d99
@ -148,7 +148,7 @@ case "$1" in
|
||||
$0 start
|
||||
;;
|
||||
*)
|
||||
echo -n "Usage: $0 {start|stop|restart|force-reload|status}"
|
||||
echo "Usage: $0 {start|stop|restart|force-reload|status}"
|
||||
exit 3
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user