From 6324ba37f0a6db6eafeb9fa68a1d5a55b5627410 Mon Sep 17 00:00:00 2001 From: AhFei Date: Sun, 16 Jul 2023 23:24:05 +0800 Subject: [PATCH] fix bug about myserve owner --- initial.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/initial.sh b/initial.sh index 1b038de..5ac5c05 100644 --- a/initial.sh +++ b/initial.sh @@ -51,6 +51,7 @@ echo "step 2: localize has finished" # step 3: monitor 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" ${nml_user_name} +chown -R ${nml_user_name}:${nml_user_name} /home/${nml_user_home}/myserve echo "step 3: monitor has finished"