Fix a brain fart
This commit is contained in:
parent
3d43fb6f22
commit
48f477f851
@ -241,7 +241,7 @@ stop()
|
|||||||
# Don't stop the network at shutdown.
|
# Don't stop the network at shutdown.
|
||||||
# We don't use the noshutdown keyword so that we are started again
|
# We don't use the noshutdown keyword so that we are started again
|
||||||
# correctly if we go back to multiuser.
|
# correctly if we go back to multiuser.
|
||||||
! yesno ${shutdown_network:-YES} && yesno $RC_GOINGDOWN && return 0
|
yesno ${shutdown_network:-YES} && yesno $RC_GOINGDOWN && return 0
|
||||||
|
|
||||||
local int= intv= cmd= downcmd= r=
|
local int= intv= cmd= downcmd= r=
|
||||||
einfo "Stopping network"
|
einfo "Stopping network"
|
||||||
|
Loading…
Reference in New Issue
Block a user