From 3ff0fef1de37bcccd8b72b7e2b72d154258689c7 Mon Sep 17 00:00:00 2001 From: AhFei Date: Sat, 5 Apr 2025 13:47:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20serverstatus=20=E7=BD=91?= =?UTF-8?q?=E5=9D=80?= 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 67ac5ca..7e2d8f9 100644 --- a/initial.sh +++ b/initial.sh @@ -57,7 +57,7 @@ if [[ ${nml_user_name} == 'SkF%16_6' ]]; then else ssrust_user_name=${nml_user_name} fi -curl -sL https://git.ahfei.blog/ahfei/Rust_ServerStatus/raw/branch/main/one-touch.sh | sudo bash -s "http://serverstatus.ahfei.blog:8080/report" "/home/${nml_user_home}/myserve/serverstatus" ${ssrust_user_name} "ahfei-${ss_user_name}" "A23456.." +curl -sL https://git.ahfei.blog/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.." chown -R ${nml_user_name}:${nml_user_name} /home/${nml_user_home}/myserve echo "step 3: monitor has finished"