aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/update.sh')
-rw-r--r--scripts/update.sh3
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
5set -e
6set -u
7
5COMPOSER_COMMAND='composer' 8COMPOSER_COMMAND='composer'
6 9
7DIR="${BASH_SOURCE}" 10DIR="${BASH_SOURCE}"