Add environment variables to control scripts/dev.sh behavior

This commit is contained in:
Luc Didry
2019-10-09 19:33:27 +02:00
parent afe486531d
commit 488e3d7a91

View File

@ -13,5 +13,8 @@ fi
. "$REQUIRE_FILE" . "$REQUIRE_FILE"
$COMPOSER_COMMAND install $COMPOSER_COMMAND install
if [ -z "$SKIP_WALLABAG_INITIALIZATION" ]
then
php bin/console wallabag:install php bin/console wallabag:install
php bin/console server:run fi
php bin/console server:run $HOST