This is an automated email from the ASF dual-hosted git repository.

elek pushed a commit to branch HDDS-2531
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git

commit 9d21c88ee596d5e87a8cfeaf664b4cbf3c8976e2
Author: Márton Elek <e...@apache.org>
AuthorDate: Wed Nov 20 10:01:39 2019 +0100

    shell script fix from @adoroszlai
---
 hadoop-ozone/dist/src/main/compose/testlib.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-ozone/dist/src/main/compose/testlib.sh 
b/hadoop-ozone/dist/src/main/compose/testlib.sh
index 684f2f5..49274c0 100755
--- a/hadoop-ozone/dist/src/main/compose/testlib.sh
+++ b/hadoop-ozone/dist/src/main/compose/testlib.sh
@@ -94,7 +94,7 @@ wait_for_safemode_exit(){
      #This line checks the safemode status in scm
      local command="ozone scmcli safemode status"
      if [[ "${SECURITY_ENABLED}" == 'true' ]]; then
-         status=`docker-compose -f "${compose_file}" exec -T scm bash -c 
"kinit -k HTTP/s...@example.com -t /etc/security/keytabs/HTTP.keytab && 
$command'"`
+         status=`docker-compose -f "${compose_file}" exec -T scm bash -c 
"kinit -k HTTP/s...@example.com -t /etc/security/keytabs/HTTP.keytab && 
$command"`
      else
          status=`docker-compose -f "${compose_file}" exec -T scm bash -c 
"$command"`
      fi


---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: ozone-commits-h...@hadoop.apache.org

Reply via email to