mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Prevent blocking situation if we reapplyed the patch
This commit is contained in:
parent
8c714b44ca
commit
e708599452
1 changed files with 1 additions and 1 deletions
2
debian/postinst
vendored
2
debian/postinst
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue