mirror of https://github.com/wallabag/wallabag.git
parent
2679eb9d84
commit
f3e71b5dd5
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue