mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00: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:
parent
81c4788ded
commit
85467bb616
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
start)
|
start)
|
||||||
echo "Starting chrony: "
|
echo -n "Starting chrony: "
|
||||||
chronyd && echo "OK" || echo "FAIL"
|
chronyd && echo "OK" || echo "FAIL"
|
||||||
;;
|
;;
|
||||||
stop)
|
stop)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user