File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ DIR_NAME=`dirname $0`
4
4
CONSOLE_DIR=$DIR_NAME " /.."
5
5
6
6
# composer install --dev
7
- php $CONSOLE_DIR " /console" doctrine:database:create --env=orm
8
- php $CONSOLE_DIR " /console" doctrine:schema:create --env=orm
9
- php $CONSOLE_DIR " /console" doctrine:phpcr:repository:init
7
+ $CONSOLE_DIR " /console" doctrine:database:create --env=orm
8
+ $CONSOLE_DIR " /console" doctrine:schema:create --env=orm
9
+ $CONSOLE_DIR " /console" doctrine:phpcr:repository:init
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ DIR_NAME=`dirname $0`
4
4
CONSOLE_DIR=$DIR_NAME " /.."
5
5
6
6
# composer install --dev
7
- php $CONSOLE_DIR " /console" doctrine:phpcr:init:dbal --drop
8
- php $CONSOLE_DIR " /console" doctrine:phpcr:repository:init
7
+ $CONSOLE_DIR " /console" doctrine:phpcr:init:dbal --drop
8
+ $CONSOLE_DIR " /console" doctrine:phpcr:repository:init
You can’t perform that action at this time.
0 commit comments