summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavor <vorgrimmlerdavid@gmx.de>2013-02-12 15:26:35 +0100
committerdavor <vorgrimmlerdavid@gmx.de>2013-02-12 15:26:35 +0100
commit58f25b5b123331ac5480f34073a63e430370e0dc (patch)
treec225c5b78875967c23ea1fdd57e521398a2b62c7
parent1bb3d138a149da69b3a26020a9fd7a654c4674d3 (diff)
Update ot-tools-user.sh
Updated redis path.
-rw-r--r--ot-tools-user.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ot-tools-user.sh b/ot-tools-user.sh
index e003ac4..47f0f66 100644
--- a/ot-tools-user.sh
+++ b/ot-tools-user.sh
@@ -73,7 +73,7 @@ otstart() {
"model") start_unicorn $1 8085;;
"task") start_unicorn $1 8086;;
"validation") start_unicorn $1 8087;
- nice bash -c "nohup redis-server $HOME/opentox-ruby/redis-*/redis.conf >/dev/null 2>&1 &";;
+ nice bash -c "nohup redis-server $OT_PREFIX/validation/redis-*/redis.conf >/dev/null 2>&1 &";;
"4store") start_4s opentox 9088;
if ! pgrep -u $USER 4s-backend>/dev/null 2>&1; then echo "Failed to start 4s-backend."; fi
if ! pgrep -u $USER 4s-httpd>/dev/null 2>&1; then echo "Failed to start 4s-httpd."; fi;;