mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-22 09:01: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"
|
. "$REQUIRE_FILE"
|
||||||
|
|
||||||
$COMPOSER_COMMAND install
|
$COMPOSER_COMMAND install
|
||||||
php bin/console wallabag:install
|
if [ -z "$SKIP_WALLABAG_INITIALIZATION" ]
|
||||||
php bin/console server:run
|
then
|
||||||
|
php bin/console wallabag:install
|
||||||
|
fi
|
||||||
|
php bin/console server:run $HOST
|
||||||
|
|
Loading…
Reference in a new issue