diff options
Diffstat (limited to 'auth/sample/bin/pod_wait.sh')
-rw-r--r-- | auth/sample/bin/pod_wait.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/auth/sample/bin/pod_wait.sh b/auth/sample/bin/pod_wait.sh index 08998db0..14350366 100644 --- a/auth/sample/bin/pod_wait.sh +++ b/auth/sample/bin/pod_wait.sh @@ -51,6 +51,7 @@ if [ "sleep" = "$OTHER" ]; then sleep $1 shift status "ready" + echo "Done" else echo "App $APP is waiting to start until $OTHER is ready" status "waiting for $OTHER" |