Merge pull request #4152 from ldidry/add-env-var-dev.sh
Add environment variables to control scripts/dev.sh behavior
This commit is contained in:
commit
8668796106
@ -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…
x
Reference in New Issue
Block a user