summaryrefslogtreecommitdiff
path: root/opentox-ruby.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-03-31 10:54:31 +0200
committerAndreas Maunz <andreas@maunz.de>2011-03-31 10:54:31 +0200
commit811111e8120218b5751e06b5ee31cef112ada3b5 (patch)
tree389a4199e91501a14805d6b66dbf0a089b9bd9a1 /opentox-ruby.sh
parent409c38da02f6ad65aa41fedf8e8e28a8922e97d7 (diff)
opentox-webservices.sh
Diffstat (limited to 'opentox-ruby.sh')
-rwxr-xr-xopentox-ruby.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/opentox-ruby.sh b/opentox-ruby.sh
index 286facb..2404e5d 100755
--- a/opentox-ruby.sh
+++ b/opentox-ruby.sh
@@ -57,8 +57,8 @@ aa="nil"
mkdir -p "$HOME/.opentox/config" >>$LOG 2>&1
mkdir -p "$HOME/.opentox/log" >>$LOG 2>&1
-sed -e "s/SERVERNAME/$servername/;s/ESCAPEDSERVER/$escapedserver/;s/LOGGER/$logger/;s/AA/$aa/" production.yaml > $HOME/.opentox/config/production.yaml >>$LOG 2>&1
-sed -e "s/SERVERNAME/$servername/;s/ESCAPEDSERVER/$escapedserver/;s/LOGGER/$logger/;s/AA/$aa/" aa-local.yaml >> $HOME/.opentox/config/production.yaml >>$LOG 2>&1
+sed -e "s/SERVERNAME/$servername/;s/ESCAPEDSERVER/$escapedserver/;s/LOGGER/$logger/;s/AA/$aa/" production.yaml > $HOME/.opentox/config/production.yaml 2>$LOG
+sed -e "s/SERVERNAME/$servername/;s/ESCAPEDSERVER/$escapedserver/;s/LOGGER/$logger/;s/AA/$aa/" aa-local.yaml >> $HOME/.opentox/config/production.yaml 2>$LOG
mkdir -p $WWW_DEST/opentox >>$LOG 2>&1
cd $WWW_DEST/opentox >>$LOG 2>&1