From 6836bf2462ab5c5453db2803980bd2ea9d472bce Mon Sep 17 00:00:00 2001 From: davor Date: Wed, 22 Aug 2012 12:45:05 +0200 Subject: Typo. --- 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 d428b0c..53dfa7e 100644 --- a/ot-tools-user.sh +++ b/ot-tools-user.sh @@ -55,7 +55,7 @@ otstart() { "task") start_unicorn $1 8086;; "validation") #start_unicorn $1 8087;; echo "$1 not available yet.";; - "4store") start_4s opentox 9088;; + "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;; "all") otstart 4store; -- cgit v1.2.3