Update kejilion.sh

This commit is contained in:
科技lion 2025-10-01 13:23:27 +08:00 committed by GitHub
parent 89c4745c58
commit 8bbf807ab6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8805,7 +8805,7 @@ while true; do
local app_numbers=$([ -f /home/docker/appno.txt ] && cat /home/docker/appno.txt || echo "")

# 用循环设置颜色
for i in {1..100}; do
for i in {1..150}; do
if echo "$app_numbers" | grep -q "^$i$"; then
declare "color$i=${gl_lv}"
else
@ -12150,7 +12150,7 @@ while true; do
docker_app_install() {


read -e -p "设置面板登录密码 (默认 123ADMIN123)" LOGIN_PASSWD
read -e -p "设置面板登录密码 (默认 123ADMIN123): " LOGIN_PASSWD
local LOGIN_PASSWD=${LOGIN_PASSWD:-123ADMIN123}

install git