summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 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;