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
No known key found for this signature in database
GPG key ID: EA868E12D0257E3C

View file

@ -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