another path update
This commit is contained in:
parent
0dbba9ea89
commit
016013d180
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ if [ "$REPLY" == "y" ]; then
|
|||
echo creating database $db_name...
|
||||
mysql -h$db_host -u$db_admin_user -p$db_admin_pass -e 'CREATE DATABASE `'$db_name'`'
|
||||
pushd $vzdir
|
||||
php $dtdir/doctrine orm:schema-tool:create
|
||||
php $dtdir orm:schema-tool:create
|
||||
popd
|
||||
|
||||
echo "creating db user $db_user with proper rights..."
|
||||
|
|
Loading…
Add table
Reference in a new issue