mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-03 13:28:41 +00:00
parent
2679eb9d84
commit
f3e71b5dd5
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
||||||
# You can execute this file to update wallabag
|
# You can execute this file to update wallabag
|
||||||
# eg: `sh update.sh prod`
|
# eg: `sh update.sh prod`
|
||||||
|
|
||||||
|
set -e
|
||||||
|
set -u
|
||||||
|
|
||||||
COMPOSER_COMMAND='composer'
|
COMPOSER_COMMAND='composer'
|
||||||
|
|
||||||
DIR="${BASH_SOURCE}"
|
DIR="${BASH_SOURCE}"
|
||||||
|
|
Loading…
Reference in a new issue