summaryrefslogtreecommitdiff
path: root/ot-tools-user.sh
diff options
context:
space:
mode:
authordavor <vorgrimmlerdavid@gmx.de>2012-08-21 12:32:12 +0200
committerdavor <vorgrimmlerdavid@gmx.de>2012-08-21 12:32:12 +0200
commit4d30358b050d987a2766d3b64ef3b24774b6f16d (patch)
tree4d608507321e784ca7f5e8624ce4ec9e93a6c12b /ot-tools-user.sh
parenta6a8a2e325da962bf02f5406f4dd7f0365b3ccdc (diff)
Added compound to ot-tools. OT_PREFIX fix.
Diffstat (limited to 'ot-tools-user.sh')
-rw-r--r--ot-tools-user.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/ot-tools-user.sh b/ot-tools-user.sh
index 52567f3..d60a26e 100644
--- a/ot-tools-user.sh
+++ b/ot-tools-user.sh
@@ -3,6 +3,7 @@
# Load server config
otconfig() {
source $HOME/.opentox/opentox-ui.sh
+ source $HOME/.opentox/config/install/config.sh
}
# Display log
@@ -257,7 +258,6 @@ otcheck() {
"validation") #check_service "validation";;
echo "$1 not available yet.";;
"4store") check_service "four_store";;
- #killall 4s-backend >/dev/null 2>&1;;
"all") otcheck "algorithm";
otcheck "compound";
otcheck "dataset";
@@ -271,4 +271,3 @@ otcheck() {
return 1;;
esac
}
-OT_PREFIX=/home/ist/opentox-ruby