HDDS-2262. SLEEP_SECONDS: command not found

Signed-off-by: Anu Engineer <aengineer@apache.org>
This commit is contained in:
Doroszlai, Attila 2019-10-07 12:07:33 +02:00 committed by Anu Engineer
parent aaa94c3da6
commit 012d897e5b
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ if [ -n "$KERBEROS_ENABLED" ]; then
echo "KDC ISSUER_SERVER => $ISSUER_SERVER" echo "KDC ISSUER_SERVER => $ISSUER_SERVER"
if [ -n "$SLEEP_SECONDS" ]; then if [ -n "$SLEEP_SECONDS" ]; then
echo "Sleeping for $(SLEEP_SECONDS) seconds" echo "Sleeping for ${SLEEP_SECONDS} seconds"
sleep "$SLEEP_SECONDS" sleep "$SLEEP_SECONDS"
fi fi