mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 20:10:35 -09:00
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:
@@ -6,7 +6,7 @@
|
||||
|
||||
case "$1" in
|
||||
start)
|
||||
echo "Starting chrony: "
|
||||
echo -n "Starting chrony: "
|
||||
chronyd && echo "OK" || echo "FAIL"
|
||||
;;
|
||||
stop)
|
||||
|
||||
Reference in New Issue
Block a user