X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fupdate.sh;h=d0598135c459da808123851f231e46bdfcafa325;hb=681e04b0605d2e526f6adc2f99c2ff8fc9e842a7;hp=e6ed58b7bf482506c9ceb9252fe1f6493851b1c9;hpb=c8cd1660af52f9883143356020f9d0d57caee7a1;p=github%2Fwallabag%2Fwallabag.git diff --git a/scripts/update.sh b/scripts/update.sh old mode 100644 new mode 100755 index e6ed58b7..d0598135 --- 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}"