Browse Source

HDDS-2262. SLEEP_SECONDS: command not found

Signed-off-by: Anu Engineer <aengineer@apache.org>
Doroszlai, Attila 5 years ago
parent
commit
012d897e5b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hadoop-ozone/dist/src/main/dockerbin/entrypoint.sh

+ 1 - 1
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