From bc1aba8ada87b0b3cdc305e6a0e96c6dbf67d405 Mon Sep 17 00:00:00 2001 From: eooce <142894633+eooce@users.noreply.github.com> Date: Tue, 3 Sep 2024 19:38:47 +0800 Subject: [PATCH] =?UTF-8?q?serv00=20|=20CT8=E6=97=A0=E4=BA=A4=E4=BA=92?= =?UTF-8?q?=E4=B8=80=E9=94=AE=E5=9B=9B=E5=8D=8F=E8=AE=AE=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sb_00.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sb_00.sh b/sb_00.sh index d7404ee..b7b62cd 100644 --- a/sb_00.sh +++ b/sb_00.sh @@ -27,7 +27,7 @@ export CFPORT=${CFPORT:-'443'} [[ "$HOSTNAME" == "s1.ct8.pl" ]] && WORKDIR="domains/${USERNAME}.ct8.pl/logs" || WORKDIR="domains/${USERNAME}.serv00.net/logs" [ -d "$WORKDIR" ] || (mkdir -p "$WORKDIR" && chmod 777 "$WORKDIR") -ps aux | grep $(whoami) | grep -v "sshd\|bash\|grep" | awk '{print $2}' | xargs -r kill -9 2>/dev/null +ps aux | grep $(whoami) | grep -v "sshd\|bash\|grep" | awk '{print $2}' | xargs -r kill -9 > /dev/null 2>&1 argo_configure() { clear