]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - scripts/update.sh
Merge pull request #3706 from shtrom/fix/gnu-make-bash
[github/wallabag/wallabag.git] / scripts / update.sh
old mode 100644 (file)
new mode 100755 (executable)
index e6ed58b..d059813
@@ -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}"