mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-22 00:51:01 +00:00
Add environment variables to control scripts/dev.sh behavior
This commit is contained in:
parent
afe486531d
commit
488e3d7a91
1 changed files with 5 additions and 2 deletions
|
@ -13,5 +13,8 @@ fi
|
|||
. "$REQUIRE_FILE"
|
||||
|
||||
$COMPOSER_COMMAND install
|
||||
php bin/console wallabag:install
|
||||
php bin/console server:run
|
||||
if [ -z "$SKIP_WALLABAG_INITIALIZATION" ]
|
||||
then
|
||||
php bin/console wallabag:install
|
||||
fi
|
||||
php bin/console server:run $HOST
|
||||
|
|
Loading…
Reference in a new issue