diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/update.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ | |||
2 | # You can execute this file to update wallabag | 2 | # You can execute this file to update wallabag |
3 | # eg: `sh update.sh prod` | 3 | # eg: `sh update.sh prod` |
4 | 4 | ||
5 | set -e | ||
6 | set -u | ||
7 | |||
5 | COMPOSER_COMMAND='composer' | 8 | COMPOSER_COMMAND='composer' |
6 | 9 | ||
7 | DIR="${BASH_SOURCE}" | 10 | DIR="${BASH_SOURCE}" |