fix: 密码修改失败

This commit is contained in:
xiao 2024-11-01 18:03:09 +08:00
parent e08ce21d70
commit a91716c645
2 changed files with 1 additions and 1502 deletions

View File

@ -18,7 +18,7 @@ RUN apt-get update \
&& echo btpanel|bt 6 \ && echo btpanel|bt 6 \
&& echo btpaneldocker|bt 5 \ && echo btpaneldocker|bt 5 \
&& echo "/btpanel" > /www/server/panel/data/admin_path.pl \ && echo "/btpanel" > /www/server/panel/data/admin_path.pl \
&& echo btpaneldocker | passwd root --stdin \ && echo "root:btpaneldocker" | chpasswd \
&& chmod +x /bt.sh \ && chmod +x /bt.sh \
&& apt-get clean \ && apt-get clean \
&& rm -rf /var/lib/apt/lists/* \ && rm -rf /var/lib/apt/lists/* \

File diff suppressed because it is too large Load Diff