summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-02-20 14:48:38 +0100
committerAndreas Maunz <andreas@maunz.de>2012-02-20 14:48:38 +0100
commitf2e816fe31e492e28252e780e4be608269564e94 (patch)
tree9a14fd29131991777708c7f54c0e8011ca079daf
parentd6d9bab4f77dc4e65f8120f2602d38178721a80e (diff)
Added keys for JOElib descriptors
-rwxr-xr-xopentox-ruby.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/opentox-ruby.sh b/opentox-ruby.sh
index 64ac93a..380dc3d 100755
--- a/opentox-ruby.sh
+++ b/opentox-ruby.sh
@@ -74,6 +74,7 @@ $GIT checkout aa-$OT_INSTALL.yaml >>$LOG 2>&1
cmd="sed -e \"s,SERVERNAME,$servername,;s,ESCAPEDSERVER,$escapedserver,;s,LOGGER,$logger,;s,AA,$aa,;s,WWW_DEST,$WWW_DEST,;s,NGINX_PORT,$NGINX_PORT,;s,OHM_PORT,$OHM_PORT,\" production.yaml > $HOME/.opentox/config/production.yaml" && run_cmd "$cmd" "Config 1"
cmd="sed -e \"s,SERVERNAME,$servername,;s,ESCAPEDSERVER,$escapedserver,;s,LOGGER,$logger,;s,AA,$aa,;s,WWW_DEST,$WWW_DEST,;s,NGINX_PORT,$NGINX_PORT,;s,OHM_PORT,$OHM_PORT,\" aa-$OT_INSTALL.yaml >> $HOME/.opentox/config/production.yaml" && run_cmd "$cmd" "Config 2"
cmd="cp ambit_descriptors.yaml $HOME/.opentox/config/" && run_cmd "$cmd" "Ambit"
+cmd="cp jl_keys.yaml $HOME/.opentox/config/" && run_cmd "$cmd" "JOELib"
if [ "$OT_BRANCH" = "development" ] || expr match "$OT_BRANCH" "release"; then
mkdir -p $WWW_DEST/opentox >>$LOG 2>&1