mirror of https://github.com/wallabag/wallabag.git
Add environment variables to control scripts/dev.sh behavior
This commit is contained in:
parent
afe486531d
commit
488e3d7a91
|
@ -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 New Issue