Skip to content

Commit

Permalink
手动更新也加上权限
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejun committed Sep 7, 2024
1 parent 2ff0559 commit a314cc3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ install(){
git stash
if git pull; then
echo "更新完毕"
#重新给各个脚本赋权限
chmod +x ./start.sh
chmod +x ./keepalive.sh
chmod +x ${installpath}/serv00-play/vless/start.sh
chmod +x ${installpath}/serv00-play/singbox/start.sh
chmod +x ${installpath}/serv00-play/singbox/killsing-box.sh
return
fi
fi
Expand Down

0 comments on commit a314cc3

Please sign in to comment.