diff --git a/dev.sh b/dev.sh index 474dfc5c..97899516 100755 --- a/dev.sh +++ b/dev.sh @@ -18,5 +18,5 @@ fi $DIR/hooks/install.sh $PHPBIN composer.phar install -git submodule update --init +$PHPBIN git submodule update --init $PHPBIN --server localhost:8000 --docroot "$DIR/web" "$DIR/web/index.php"