chore: 移除宝塔面板中不常用的菜单项
移除了宝塔面板中的 memuDocker、memuAftp 和 memuAfirewall 菜单项,以简化面板界面。
This commit is contained in:
parent
059280337d
commit
3e00262bb5
@ -41,6 +41,9 @@ RUN curl -o /lamp/apache.sh https://download.bt.cn/install/4/apache.sh \
|
||||
&& rm -rf /www/server/data/* \
|
||||
&& rm -rf /www/server/nginx/src \
|
||||
&& echo "docker_btlamp_d12" > /www/server/panel/data/o.pl \
|
||||
&& sed -i 's/"memuDocker",//g' /www/server/panel/config/show_menu.json \
|
||||
&& sed -i 's/"memuAftp",//g' /www/server/panel/config/show_menu.json \
|
||||
&& sed -i 's/"memuAfirewall",//g' /www/server/panel/config/show_menu.json \
|
||||
&& apt clean \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& chmod +x /bt.sh \
|
||||
|
Loading…
x
Reference in New Issue
Block a user