mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[lintian] fix init.d-script-does-not-implement-required-option etc/init.d/yunohost-firewall force-reload
This commit is contained in:
parent
fe8c909f05
commit
2ccfe335a5
1 changed files with 2 additions and 2 deletions
4
debian/yunohost-firewall.init
vendored
4
debian/yunohost-firewall.init
vendored
|
@ -31,7 +31,7 @@ case "$1" in
|
|||
/usr/bin/yunohost firewall stop
|
||||
log_end_msg $?
|
||||
;;
|
||||
restart)
|
||||
restart|force-reload)
|
||||
logger "YunoHost firewall: Restarting"
|
||||
log_daemon_msg "Restarting firewall: YunoHost"
|
||||
/usr/bin/yunohost firewall reload
|
||||
|
@ -45,7 +45,7 @@ case "$1" in
|
|||
;;
|
||||
*)
|
||||
logger "YunoHost API: Invalid usage"
|
||||
echo "Usage: /etc/init.d/yunohost-api {start|stop|restart|status}" >&2
|
||||
echo "Usage: /etc/init.d/yunohost-api {start|stop|restart|force-reload|status}" >&2
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Reference in a new issue