From 8b65fa8ba25f149d7724657a31c419e59dc8f975 Mon Sep 17 00:00:00 2001 From: Justin Otherguy Date: Thu, 30 Dec 2010 00:16:53 +0100 Subject: [PATCH] removed screw-up... (yes, path-related...) --- 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 b6ad86f..c8ac9ce 100755 --- a/misc/tools/install.sh +++ b/misc/tools/install.sh @@ -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..."