Skip to content

Commit 22847aa

Browse files
authored
Update status.sh
auto install bash.
1 parent e8482bf commit 22847aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

status.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ service="/usr/lib/systemd/system"
2020
jq_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

2525
NAME="ServerStatus"
2626
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() {
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

0 commit comments

Comments
 (0)