From e708599452f4d2bf205641d318f7e719fdc4e51b Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Tue, 26 Jun 2018 02:12:50 +0200 Subject: [PATCH] [fix] Prevent blocking situation if we reapplyed the patch --- debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/postinst b/debian/postinst index d6383eca9..589eb6f95 100644 --- a/debian/postinst +++ b/debian/postinst @@ -15,7 +15,7 @@ do_configure() { yunohost service regen-conf --output-as none echo "Patch Dnsmasq service" - patch /etc/init.d/dnsmasq dnsmasq.patch + patch -N /etc/init.d/dnsmasq dnsmasq.patch | true echo "Launching migrations.." yunohost tools migrations migrate --auto