From 012d897e5b13228152ca31ad97fae87e4b1e4b54 Mon Sep 17 00:00:00 2001 From: "Doroszlai, Attila" Date: Mon, 7 Oct 2019 12:07:33 +0200 Subject: [PATCH] HDDS-2262. SLEEP_SECONDS: command not found Signed-off-by: Anu Engineer --- hadoop-ozone/dist/src/main/dockerbin/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadoop-ozone/dist/src/main/dockerbin/entrypoint.sh b/hadoop-ozone/dist/src/main/dockerbin/entrypoint.sh index f90942eeef8..cb5f016c310 100755 --- a/hadoop-ozone/dist/src/main/dockerbin/entrypoint.sh +++ b/hadoop-ozone/dist/src/main/dockerbin/entrypoint.sh @@ -63,7 +63,7 @@ if [ -n "$KERBEROS_ENABLED" ]; then echo "KDC ISSUER_SERVER => $ISSUER_SERVER" if [ -n "$SLEEP_SECONDS" ]; then - echo "Sleeping for $(SLEEP_SECONDS) seconds" + echo "Sleeping for ${SLEEP_SECONDS} seconds" sleep "$SLEEP_SECONDS" fi