Skip to content

Commit d0c370c

Browse files
author
Toyo
authored
# v1.0.10
1 parent f94e1e3 commit d0c370c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

status.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ export PATH
55
#=================================================
66
# System Required: CentOS/Debian/Ubuntu
77
# Description: ServerStatus client + server
8-
# Version: 1.0.9
8+
# Version: 1.0.10
99
# Author: Toyo
1010
# Blog: https://doub.io/shell-jc3/
1111
#=================================================
1212

13-
sh_ver="1.0.9"
13+
sh_ver="1.0.10"
1414
file="/usr/local/ServerStatus"
1515
web_file="/usr/local/ServerStatus/web"
1616
server_file="/usr/local/ServerStatus/server"
@@ -78,7 +78,7 @@ Download_Server_Status_client(){
7878
cd "/usr/local"
7979
[[ ! -e ${file} ]] && mkdir "${file}"
8080
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"
8282
[[ ! -e "client-linux.py" ]] && echo -e "${Error} ServerStatus 客户端下载失败 !" && exit 1
8383
mv client-linux.py status-client.py
8484
[[ ! -e "status-client.py" ]] && echo -e "${Error} ServerStatus 服务端文件夹重命名失败 !" && rm -rf client-linux.py && exit 1

0 commit comments

Comments
 (0)