소스 검색

Update wgmtu.sh

蘭雅sRGB 6 년 전
부모
커밋
d1b965b293
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      Wireguard/wgmtu.sh

+ 3 - 1
Wireguard/wgmtu.sh

@@ -49,7 +49,9 @@ wgconf()
 
 wg_clients()
 {
-    wget -O ~/wg100  https://git.io/fp6r0
+    echo -e "${RedBG}:: 注意原来的客户端配置都会删除,按 Ctrl+ C 可以紧急撤销  ${Font}"
+    read -p "请任意键继续:" xx
+    wget -O ~/wg100  https://git.io/fp6r0    >/dev/null 2>&1
     bash ~/wg100
 }