浏览代码

HDDS-2262. SLEEP_SECONDS: command not found

Signed-off-by: Anu Engineer <aengineer@apache.org>
Doroszlai, Attila 5 年之前
父节点
当前提交
012d897e5b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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