Pārlūkot izejas kodu

Update wgmtu.sh

蘭雅sRGB 6 gadi atpakaļ
vecāks
revīzija
d1b965b293
1 mainītis faili ar 3 papildinājumiem un 1 dzēšanām
  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
 }