another path update

This commit is contained in:
Justin Otherguy 2010-12-27 23:43:21 +01:00
parent 0dbba9ea89
commit 016013d180

View file

@ -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..."