aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/dev.sh7
1 files changed, 5 insertions, 2 deletions
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
13. "$REQUIRE_FILE" 13. "$REQUIRE_FILE"
14 14
15$COMPOSER_COMMAND install 15$COMPOSER_COMMAND install
16php bin/console wallabag:install 16if [ -z "$SKIP_WALLABAG_INITIALIZATION" ]
17php bin/console server:run 17then
18 php bin/console wallabag:install
19fi
20php bin/console server:run $HOST