From 053d3efd793018fb67318e3cfe5fdbf6da00e112 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Thu, 21 Apr 2016 21:58:55 +0200 Subject: [PATCH] [deb] Use new regen-conf action name in postinst --- debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/postinst b/debian/postinst index 8c4fff66..7c730987 100644 --- a/debian/postinst +++ b/debian/postinst @@ -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 \