From 40a2c62e0a18b541b4cc795c97cbd0c92808fdda Mon Sep 17 00:00:00 2001 From: Cheng Pan Date: Fri, 14 Jan 2022 12:40:24 +0800 Subject: [PATCH] [KYUUBI #1748] bin/kyuubi-zk-cli should has execute permission ### _Why are the changes needed?_ `bin/kyuubi-zk-cli` should has execute permission ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.readthedocs.io/en/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #1748 from pan3793/execute. Closes #1748 cba11d02 [Cheng Pan] bin/kyuubi-zk-cli should has execute permission Authored-by: Cheng Pan Signed-off-by: Kent Yao (cherry picked from commit 97098327068bd9b07bd99d3da59cf360a73a1c0e) Signed-off-by: Kent Yao --- bin/kyuubi-zk-cli | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 bin/kyuubi-zk-cli diff --git a/bin/kyuubi-zk-cli b/bin/kyuubi-zk-cli old mode 100644 new mode 100755