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