X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fdev.sh;h=cc465cf9877aac24a10997ff52af1c0339df0766;hb=48b0163d247554d7e2f1ec63b717c8216ea9ec59;hp=28453be0d63cadeefbdd0e086e68b7c55bfe810b;hpb=3620dae1e6b3fab5a4ba4001b4581ce7ed795996;p=github%2Fwallabag%2Fwallabag.git diff --git a/scripts/dev.sh b/scripts/dev.sh index 28453be0..cc465cf9 100755 --- a/scripts/dev.sh +++ b/scripts/dev.sh @@ -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