removed screw-up... (yes, path-related...)

This commit is contained in:
Justin Otherguy 2010-12-30 00:16:53 +01:00
parent f96e38f36b
commit 8b65fa8ba2

View file

@ -133,7 +133,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 orm:schema-tool:create
php misc/tools/doctrine orm:schema-tool:create
popd
echo "creating db user $db_user with proper rights..."