From 7e82b0d6f5b697f0df008dffa05c51f04275c1f6 Mon Sep 17 00:00:00 2001 From: ljf Date: Tue, 26 Jun 2018 11:48:20 +0200 Subject: [PATCH] [fix] A typo error between pipe and or operator --- debian/changelog | 6 ++++++ debian/postinst | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f5b0a7eba..6e08232b1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yunohost (2.7.14.4) stable; urgency=low + + * [fix] A typo error between pipe and or operator + + -- ljf 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 diff --git a/debian/postinst b/debian/postinst index cd67059bf..3aef11659 100644 --- a/debian/postinst +++ b/debian/postinst @@ -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