Debian init script: fix name of force-reload target (Closes: #830110)

This commit is contained in:
Roberto C. Sánchez 2016-07-06 08:43:21 -04:00
parent 7c9876241c
commit 76b2b0de78
No known key found for this signature in database
GPG Key ID: 2CD7785EDDA7B20F

View File

@ -146,7 +146,7 @@ case "$1" in
restart) restart)
shorewall_restart shorewall_restart
;; ;;
force0reload|reload) force-reload|reload)
shorewall_reload shorewall_reload
;; ;;
status) status)