From c60bc0381bcaa11c51ffa9f981916be93fb2ec1e Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Wed, 9 Feb 2011 12:41:40 +0100 Subject: typo in mysql-setup fixed --- mysql-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-setup.sh b/mysql-setup.sh index 8091fd6..363bdda 100644 --- a/mysql-setup.sh +++ b/mysql-setup.sh @@ -2,7 +2,7 @@ echo "Initializing MySql" . ./config -password =`grep password /home/opentox/.opentox/config/production.yaml | sed 's/\.*:password://' | tr -d ' '` +password=`grep password /home/opentox/.opentox/config/production.yaml | sed 's/\.*:password://' | tr -d ' '` mysql -u root -p$mysql_root << EOF DROP DATABASE IF EXISTS $branch; CREATE DATABASE production; -- cgit v1.2.3