From b06b1f9119fd74a27883dff1dae111760989580c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=AC=E5=93=A5=E4=BE=83=E4=BE=83=E4=BE=83ygkkk?= Date: Tue, 11 Apr 2023 02:23:42 +0000 Subject: [PATCH] Update 661.sh --- 661.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/661.sh b/661.sh index dd4857c..0bf56ea 100644 --- a/661.sh +++ b/661.sh @@ -1112,7 +1112,7 @@ fi } cwg(){ -screen -S up -X quit +screen -ls | awk '/\.up/ {print $1}' | cut -d "." -f 1 | xargs kill systemctl disable warp-go >/dev/null 2>&1 kill -15 $(pgrep warp-go) >/dev/null 2>&1 chattr -i /etc/resolv.conf >/dev/null 2>&1 @@ -1641,7 +1641,7 @@ fi } cwg(){ -screen -S up -X quit +screen -ls | awk '/\.up/ {print $1}' | cut -d "." -f 1 | xargs kill wg-quick down wgcf >/dev/null 2>&1 systemctl disable wg-quick@wgcf >/dev/null 2>&1 $yumapt remove wireguard-tools