From 50d9834d19d7a32937e7b63cbfa2ee0933580ab8 Mon Sep 17 00:00:00 2001 From: pa Date: Mon, 20 Jul 2026 13:03:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20initial.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- initial.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/initial.sh b/initial.sh index 73fa16c..923e71b 100644 --- a/initial.sh +++ b/initial.sh @@ -56,7 +56,7 @@ if [[ ${nml_user_name} == 'SkF%16_6' ]]; then else ssrust_user_name=${nml_user_name} fi -curl -sL https://git.cufah.cloud/ahfei/Rust_ServerStatus/raw/branch/main/one-touch.sh | sudo bash -s "http://serverstatus.cufah.cloud/report" "/home/${nml_user_home}/myserve/serverstatus" ${ssrust_user_name} "ahfei-${ss_user_name}" "A23456.." +curl -sL https://git.cufah.cloud/pa/Rust_ServerStatus/raw/branch/main/one-touch.sh | sudo bash -s "http://serverstatus.cufah.cloud/report" "/home/${nml_user_home}/myserve/serverstatus" ${ssrust_user_name} "ahfei-${ss_user_name}" "A23456.." chown -R ${nml_user_name}:${nml_user_name} /home/${nml_user_home}/myserve echo "step 3: monitor has finished"