Remove an unwanted space from the "Shutting down daemon processes"
message. PR: 20692 Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
This commit is contained in:
parent
1a54d48f22
commit
37c563fc8b
@ -52,7 +52,7 @@ reboot)
|
||||
;;
|
||||
esac
|
||||
|
||||
echo -n "Shutting down daemon processes: "
|
||||
echo -n "Shutting down daemon processes:"
|
||||
|
||||
# for each valid dir in $local_startup, search for init scripts matching *.sh
|
||||
case ${local_startup} in
|
||||
|
Loading…
Reference in New Issue
Block a user