File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ service="/usr/lib/systemd/system"
20
20
jq_file=" ${file} /jq"
21
21
[[ ! -e ${jq_file} ]] && jq_file=" /usr/bin/jq"
22
22
23
- github_prefix=" https://raw.githubusercontent.com/jwstaceyOvO /ServerStatus/master"
23
+ github_prefix=" https://raw.githubusercontent.com/cppla /ServerStatus/master"
24
24
25
25
NAME=" ServerStatus"
26
26
Green_font_prefix=" \033[32m" && Red_font_prefix=" \033[31m" && Red_background_prefix=" \033[41;37m" && Font_color_suffix=" \033[0m"
@@ -251,8 +251,8 @@ Set_password() {
251
251
else
252
252
echo -e " 请输入 $NAME 服务端中对应配置的密码[password](字母/数字)"
253
253
fi
254
- read -erp " (默认: doub.io ):" password_s
255
- [[ -z " $password_s " ]] && password_s=" doub.io "
254
+ read -erp " (默认: serverstatus ):" password_s
255
+ [[ -z " $password_s " ]] && password_s=" serverstatus "
256
256
echo && echo " ================================================"
257
257
echo -e " 密码[password]: ${Red_background_prefix} ${password_s} ${Font_color_suffix} "
258
258
echo " ================================================" && echo
You can’t perform that action at this time.
0 commit comments