main
AhFei 2023-09-08 20:31:42 +08:00
parent 09065b6989
commit be1a1e372d
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ if [[ ${nml_user_name} == 'SkF%16_6' ]]; then
else
ssrust_user_name=${nml_user_name}
fi
bash <(wget --no-check-certificate -qO- 'https://git.ahfei.blog/ahfei/Rust_ServerStatus/raw/branch/main/one-touch.sh') x86_64 "/home/${nml_user_home}/myserve/serverstatus" "A23456.." "ahfei-${ss_user_name}" "http://serverstatus.ahfei.blog:8080/report" ${ssrust_user_name}
bash <(wget --no-check-certificate -qO- 'https://git.ahfei.blog/ahfei/Rust_ServerStatus/raw/branch/main/one-touch.sh') "/home/${nml_user_home}/myserve/serverstatus" "A23456.." "ahfei-${ss_user_name}" "http://serverstatus.ahfei.blog:8080/report" ${ssrust_user_name}
chown -R ${nml_user_name}:${nml_user_name} /home/${nml_user_home}/myserve
echo "step 3: monitor has finished"