diff options
Diffstat (limited to 'auth/sample/bin/service.sh')
-rw-r--r-- | auth/sample/bin/service.sh | 3 |
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 "") |