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