X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fupdate.sh;h=d0598135c459da808123851f231e46bdfcafa325;hb=refs%2Fheads%2Furl-3529;hp=e6ed58b7bf482506c9ceb9252fe1f6493851b1c9;hpb=463cb376e357d50c5913452fba68a70bf43492c9;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}"