File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 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"
2020jq_file=" ${file} /jq"
2121[[ ! -e ${jq_file} ]] && jq_file=" /usr/bin/jq"
2222
23- github_prefix=" https://raw.githubusercontent.com/jwstaceyOvO /ServerStatus/master"
23+ github_prefix=" https://raw.githubusercontent.com/cppla /ServerStatus/master"
2424
2525NAME=" ServerStatus"
2626Green_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() {
251251 else
252252 echo -e " 请输入 $NAME 服务端中对应配置的密码[password](字母/数字)"
253253 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 "
256256 echo && echo " ================================================"
257257 echo -e " 密码[password]: ${Red_background_prefix} ${password_s} ${Font_color_suffix} "
258258 echo " ================================================" && echo
You can’t perform that action at this time.
0 commit comments