summaryrefslogtreecommitdiffstats
path: root/auth/sample/bin/service.sh
diff options
context:
space:
mode:
authorInstrumental <jonathan.gathman@att.com>2018-11-03 14:38:21 -0500
committerInstrumental <jonathan.gathman@att.com>2018-11-04 08:50:48 -0600
commitca788dc542830b054f0a46df2dfd774fc318872c (patch)
treee560db799400396278923b7cf1dbf6b40834901a /auth/sample/bin/service.sh
parent014494d662fee62eb0911b693aa6baf0ba54e26f (diff)
Liveness for CSIT
Issue-ID: AAF-606 Change-Id: I740c153d36d7428fbe0b35e8e997d1a5603d6f63 Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/sample/bin/service.sh')
-rw-r--r--auth/sample/bin/service.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/auth/sample/bin/service.sh b/auth/sample/bin/service.sh
index 7e443b53..5116d36d 100644
--- a/auth/sample/bin/service.sh
+++ b/auth/sample/bin/service.sh
@@ -248,6 +248,9 @@ else
taillog)
sh /opt/app/osaaf/logs/taillog
;;
+ wait)
+ bash $CONFIG/bin/pod_wait.sh wait $1
+ ;;
--help | -?)
case "$1" in
"")