Skip to content
This repository was archived by the owner on Aug 22, 2021. It is now read-only.

Commit 8109ba4

Browse files
committed
restart tls-shunt-proxy after install_mtproto
1 parent 8a904ba commit 8109ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ install_mtproto() {
409409
${sudoCmd} systemctl enable docker
410410
${sudoCmd} systemctl start docker
411411
${sudoCmd} systemctl enable tls-shunt-proxy
412-
${sudoCmd} systemctl start tls-shunt-proxy
412+
${sudoCmd} systemctl restart tls-shunt-proxy
413413
${sudoCmd} systemctl daemon-reload
414414
colorEcho ${GREEN} "电报代理设置成功!"
415415
fi

0 commit comments

Comments
 (0)