mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[deb] Use new regen-conf action name in postinst
This commit is contained in:
parent
7d2e7cb5e2
commit
053d3efd79
1 changed files with 1 additions and 1 deletions
2
debian/postinst
vendored
2
debian/postinst
vendored
|
@ -11,7 +11,7 @@ do_configure() {
|
||||||
bash /usr/share/yunohost/hooks/conf_regen/15-nginx init
|
bash /usr/share/yunohost/hooks/conf_regen/15-nginx init
|
||||||
else
|
else
|
||||||
echo "Regenerating configuration, this might take a while..."
|
echo "Regenerating configuration, this might take a while..."
|
||||||
yunohost service regenconf --output-as none
|
yunohost service regen-conf --output-as none
|
||||||
|
|
||||||
# restart yunohost-firewall if it's running
|
# restart yunohost-firewall if it's running
|
||||||
service yunohost-firewall status >/dev/null \
|
service yunohost-firewall status >/dev/null \
|
||||||
|
|
Loading…
Add table
Reference in a new issue