From 016013d18019df3a63a965102ff342caf9cab1bb Mon Sep 17 00:00:00 2001 From: Justin Otherguy Date: Mon, 27 Dec 2010 23:43:21 +0100 Subject: [PATCH] another path update --- misc/tools/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tools/install.sh b/misc/tools/install.sh index da4e194..2e5eb1c 100755 --- a/misc/tools/install.sh +++ b/misc/tools/install.sh @@ -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..."