X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fupdate.sh;fp=scripts%2Fupdate.sh;h=d0598135c459da808123851f231e46bdfcafa325;hb=99e8c2785b9fc0cd9cc8674cb297a13a1035238f;hp=e6ed58b7bf482506c9ceb9252fe1f6493851b1c9;hpb=410216f435bd9594f37e861d0a0fea8205956a67;p=github%2Fwallabag%2Fwallabag.git diff --git a/scripts/update.sh b/scripts/update.sh index e6ed58b7..d0598135 100644 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -2,6 +2,9 @@ # You can execute this file to update wallabag # eg: `sh update.sh prod` +set -e +set -u + COMPOSER_COMMAND='composer' DIR="${BASH_SOURCE}"