Skip to content

Commit b83cda1

Browse files
authoredNov 6, 2020
Update mtproxy.sh
1 parent 9420f5e commit b83cda1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎mtproxy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Download_multi(){
9898
}
9999
Service_mtproxy(){
100100
if [[ ${release} = "centos" ]]; then
101-
if ! wget --no-check-certificate "https://raw.githubusercontent.com/ToyoDAdoubiBackup/doubi/master/service/mtproxy_centos" -O /etc/init.d/mtproxy; then
101+
if ! wget --no-check-certificate "https://raw.githubusercontent.com/jincon/PyShcode/master/mtproxy_centos" -O /etc/init.d/mtproxy; then
102102
echo -e "${Error} MTProxy服务 管理脚本下载失败 !"
103103
rm -rf "${file}"
104104
exit 1

0 commit comments

Comments
 (0)
Please sign in to comment.