mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] A typo error between pipe and or operator
This commit is contained in:
parent
ee6d81285e
commit
7e82b0d6f5
2 changed files with 7 additions and 1 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -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
|
yunohost (2.7.14.3) stable; urgency=low
|
||||||
|
|
||||||
* [fix] Patch dnsmasq to read correctly dns-root-data
|
* [fix] Patch dnsmasq to read correctly dns-root-data
|
||||||
|
|
2
debian/postinst
vendored
2
debian/postinst
vendored
|
@ -31,7 +31,7 @@ index 46abdc4..49556ad 100644 (file)
|
||||||
EOF
|
EOF
|
||||||
)
|
)
|
||||||
|
|
||||||
patch -N /etc/init.d/dnsmasq <<< "$DNSMASQ_PATCH" | true
|
patch -N /etc/init.d/dnsmasq <<< "$DNSMASQ_PATCH" || true
|
||||||
|
|
||||||
echo "Launching migrations.."
|
echo "Launching migrations.."
|
||||||
yunohost tools migrations migrate --auto
|
yunohost tools migrations migrate --auto
|
||||||
|
|
Loading…
Add table
Reference in a new issue