From fe584b59db1d4e59567787cddb1cd5bb57fa197e Mon Sep 17 00:00:00 2001 From: davor Date: Wed, 15 Aug 2012 17:20:17 +0200 Subject: Added pauses. --- ot-tools-user.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ot-tools-user.sh b/ot-tools-user.sh index ca3bdbd..4564181 100644 --- a/ot-tools-user.sh +++ b/ot-tools-user.sh @@ -61,6 +61,7 @@ otstart() { echo "usage: otstart [all|algorithm|compound|dataset|feature|model|task|validation|4store]"; return 1;; esac + sleep 1 cd $DIR } @@ -118,6 +119,7 @@ otreload() { echo "usage: otreload [all|algorithm|compound|dataset|feature|model|task|validation|4store]"; return 1;; esac + sleep 1 } # kill unicorn @@ -162,6 +164,7 @@ otkill() { echo "usage: otkill [all|algorithm|compound|dataset|feature|model|task|validation|4store]"; return 1;; esac + sleep 1 } # get service uri -- cgit v1.2.3