mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-17 06:23:00 +02:00
functions.network: change "Not running" message.
Now it looks like other initskripts.
This commit is contained in:
@@ -118,7 +118,7 @@ dhcpcd_stop() {
|
||||
local pid="$(dhcpcd_get_pid "${device}")"
|
||||
|
||||
if ! dhcpcd_is_running "${pid}"; then
|
||||
boot_mesg "dhcpcd not running!" ${WARNING}
|
||||
boot_mesg " Not running." ${WARNING}
|
||||
echo_warning
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user