File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ export PATH
5
5
# =================================================
6
6
# System Required: CentOS/Debian/Ubuntu
7
7
# Description: ServerStatus client + server
8
- # Version: 1.0.9
8
+ # Version: 1.0.10
9
9
# Author: Toyo
10
10
# Blog: https://doub.io/shell-jc3/
11
11
# =================================================
12
12
13
- sh_ver=" 1.0.9 "
13
+ sh_ver=" 1.0.10 "
14
14
file=" /usr/local/ServerStatus"
15
15
web_file=" /usr/local/ServerStatus/web"
16
16
server_file=" /usr/local/ServerStatus/server"
@@ -78,7 +78,7 @@ Download_Server_Status_client(){
78
78
cd " /usr/local"
79
79
[[ ! -e ${file} ]] && mkdir " ${file} "
80
80
cd " ${file} "
81
- wget -N --no-check-certificate " https://raw.githubusercontent.com/91yun /ServerStatus-1 /master/clients/client-linux.py"
81
+ wget -N --no-check-certificate " https://raw.githubusercontent.com/ToyoDAdoubi /ServerStatus-Toyo /master/clients/client-linux.py"
82
82
[[ ! -e " client-linux.py" ]] && echo -e " ${Error} ServerStatus 客户端下载失败 !" && exit 1
83
83
mv client-linux.py status-client.py
84
84
[[ ! -e " status-client.py" ]] && echo -e " ${Error} ServerStatus 服务端文件夹重命名失败 !" && rm -rf client-linux.py && exit 1
You can’t perform that action at this time.
0 commit comments