summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2011-02-09 12:41:40 +0100
committerChristoph Helma <helma@in-silico.ch>2011-02-09 12:41:40 +0100
commitc60bc0381bcaa11c51ffa9f981916be93fb2ec1e (patch)
treeb159720fcaa23f40f29cb8621260177120eea1e0
parentb67d82a53c492adf9b978acdd90024ebbebb195e (diff)
typo in mysql-setup fixed
-rw-r--r--mysql-setup.sh2
1 files changed, 1 insertions, 1 deletions
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;