mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-23 06:38:53 +01:00
Debian init script: fix name of force-reload target (Closes: #830110)
This commit is contained in:
parent
7c9876241c
commit
76b2b0de78
@ -146,7 +146,7 @@ case "$1" in
|
|||||||
restart)
|
restart)
|
||||||
shorewall_restart
|
shorewall_restart
|
||||||
;;
|
;;
|
||||||
force0reload|reload)
|
force-reload|reload)
|
||||||
shorewall_reload
|
shorewall_reload
|
||||||
;;
|
;;
|
||||||
status)
|
status)
|
||||||
|
Loading…
Reference in New Issue
Block a user