mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge remote-tracking branch 'origin/unstable' into unstable
This commit is contained in:
commit
717d8fdc18
2 changed files with 3 additions and 2 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -10,7 +10,7 @@ Homepage: https://yunohost.org/
|
|||
Package: yunohost
|
||||
Architecture: all
|
||||
Depends: ${python:Depends}, ${misc:Depends},
|
||||
moulinette (>= 2.2.1),
|
||||
moulinette (> 2.2.1.1),
|
||||
python-psutil,
|
||||
python-requests,
|
||||
glances,
|
||||
|
|
3
debian/postinst
vendored
3
debian/postinst
vendored
|
@ -15,7 +15,8 @@ do_configure() {
|
|||
|
||||
# restart yunohost-firewall if it's running
|
||||
service yunohost-firewall status > /dev/null \
|
||||
&& service yunohost-firewall restart
|
||||
&& service yunohost-firewall restart \
|
||||
|| echo "Firewall stopped"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue