From 58f25b5b123331ac5480f34073a63e430370e0dc Mon Sep 17 00:00:00 2001 From: davor Date: Tue, 12 Feb 2013 15:26:35 +0100 Subject: Update ot-tools-user.sh Updated redis path. --- ot-tools-user.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;; -- cgit v1.2.3