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

peacewong pushed a commit to branch dev-1.1.3
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git


The following commit(s) were added to refs/heads/dev-1.1.3 by this push:
     new d57abbc49 prevelige linkis cmd shell scripts (#2203)
d57abbc49 is described below

commit d57abbc4961851c544735ad6cf85dca905c86cc5
Author: legendtkl <[email protected]>
AuthorDate: Wed Jun 1 11:09:25 2022 +0800

    prevelige linkis cmd shell scripts (#2203)
---
 assembly-combined-package/bin/install.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/assembly-combined-package/bin/install.sh 
b/assembly-combined-package/bin/install.sh
index e66d25dca..3a2b13b82 100644
--- a/assembly-combined-package/bin/install.sh
+++ b/assembly-combined-package/bin/install.sh
@@ -400,6 +400,10 @@ then
   sed -i ${txt}  "s#spring.server.port.*#spring.server.port=$CS_PORT#g" 
$cs_conf
 fi
 
+echo "preveliges linkis command shells"
+sudo chmod -R 777 $LINKIS_HOME/bin/*
+sudo chmod -R 777 $LINKIS_HOME/sbin/*
+
 echo -e "\n"
 
 echo -e "${GREEN}Congratulations!${NC} You have installed Linkis 
$LINKIS_VERSION successfully, please use sh 
$LINKIS_HOME/sbin/linkis-start-all.sh to start it!"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to