mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
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
39f70682ae
commit
af6e10cfa6
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue