mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[mod] Explain how to start yunohost-firewall service
This commit is contained in:
parent
59f6595e1d
commit
3909aaddf1
1 changed files with 1 additions and 1 deletions
2
debian/postinst
vendored
2
debian/postinst
vendored
|
@ -18,7 +18,7 @@ do_configure() {
|
|||
service yunohost-firewall status > /dev/null \
|
||||
&& service yunohost-firewall restart \
|
||||
|| echo "Service yunohost-firewall is not running, you should " \
|
||||
"consider to start it."
|
||||
"consider to start it by doing 'service yunohost-firewall start'."
|
||||
fi
|
||||
|
||||
# update PAM configs
|
||||
|
|
Loading…
Add table
Reference in a new issue