Commit 85467bb6 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

chrony: S49chrony: fix starting message



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

Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 81c4788d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@

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