[fix] A typo error between pipe and or operator

This commit is contained in:
ljf 2018-06-26 11:48:20 +02:00
parent ee6d81285e
commit 7e82b0d6f5
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
yunohost (2.7.14.4) stable; urgency=low
* [fix] A typo error between pipe and or operator
-- ljf <ljf+yunohost@grimaud.me> Tue, 26 Jun 2018 11:47:00 +0000
yunohost (2.7.14.3) stable; urgency=low
* [fix] Patch dnsmasq to read correctly dns-root-data

2
debian/postinst vendored
View file

@ -31,7 +31,7 @@ index 46abdc4..49556ad 100644 (file)
EOF
)
patch -N /etc/init.d/dnsmasq <<< "$DNSMASQ_PATCH" | true
patch -N /etc/init.d/dnsmasq <<< "$DNSMASQ_PATCH" || true
echo "Launching migrations.."
yunohost tools migrations migrate --auto