mirror of
https://github.com/kejilion/sh.git
synced 2025-10-03 23:34:20 +08:00
Update kejilion.sh
This commit is contained in:
parent
89c4745c58
commit
8bbf807ab6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue