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