chrony: S49chrony: fix starting message

Purely cosmetical. The OK/FAIL should go on the same line as "Starting ..".

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard 2015-09-24 20:49:17 +02:00
parent 81c4788ded
commit 85467bb616

View File

@ -6,7 +6,7 @@
case "$1" in
start)
echo "Starting chrony: "
echo -n "Starting chrony: "
chronyd && echo "OK" || echo "FAIL"
;;
stop)