Skip to content

Commit

Permalink
prevelige linkis cmd shell scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
legendtkl committed May 31, 2022
1 parent e92799f commit 8ab4663
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assembly-combined-package/bin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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!"
Expand Down

0 comments on commit 8ab4663

Please sign in to comment.