[deb] Use new regen-conf action name in postinst

This commit is contained in:
Jérôme Lebleu 2016-04-21 21:58:55 +02:00
parent 7d2e7cb5e2
commit 053d3efd79

2
debian/postinst vendored
View file

@ -11,7 +11,7 @@ do_configure() {
bash /usr/share/yunohost/hooks/conf_regen/15-nginx init
else
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
service yunohost-firewall status >/dev/null \