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:
parent
81c4788ded
commit
85467bb616
@ -6,7 +6,7 @@
|
||||
|
||||
case "$1" in
|
||||
start)
|
||||
echo "Starting chrony: "
|
||||
echo -n "Starting chrony: "
|
||||
chronyd && echo "OK" || echo "FAIL"
|
||||
;;
|
||||
stop)
|
||||
|
Loading…
Reference in New Issue
Block a user