summaryrefslogtreecommitdiff
path: root/opentox-ruby.sh
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2011-03-07 19:46:58 +0100
committerChristoph Helma <helma@in-silico.ch>2011-03-07 19:46:58 +0100
commitc6c57b1ef623b58de0bfe6402f056218d4dcbd69 (patch)
tree8803ee822e543988b0695eca0cf8af7f540dca16 /opentox-ruby.sh
parent8d014f285254e3cdd150115532b2848ca71ac6ad (diff)
mysql installation removed
Diffstat (limited to 'opentox-ruby.sh')
-rw-r--r--opentox-ruby.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/opentox-ruby.sh b/opentox-ruby.sh
index 449b746..67616c9 100644
--- a/opentox-ruby.sh
+++ b/opentox-ruby.sh
@@ -9,7 +9,6 @@ gem install builder # not included by spreadsheet gem
dir=`pwd`
# create config file
-password=`pwgen 8 1`
servername=`hostname`.`dnsdomainname`
if [ $branch = "development" ]
then
@@ -27,7 +26,7 @@ fi
mkdir -p $HOME/.opentox/config
mkdir -p $HOME/.opentox/log
-sed -e "s/PASSWORD/$password/;s/SERVERNAME/$servername/;s/LOGGER/$logger/;s/AA/$aa/" production.yaml > $HOME/.opentox/config/production.yaml
+sed -e "s/SERVERNAME/$servername/;s/LOGGER/$logger/;s/AA/$aa/" production.yaml > $HOME/.opentox/config/production.yaml
# checkout development version and link lib to opentox-ruby gem
if [ $branch = "development" ]