[fix] Prevent blocking situation if we reapplyed the patch

This commit is contained in:
ljf (zamentur) 2018-06-26 02:12:50 +02:00 committed by GitHub
parent 8c714b44ca
commit e708599452
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
debian/postinst vendored
View file

@ -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