Update mt3000.sh

This commit is contained in:
悟空的日常镜像仓库 2024-04-08 13:24:59 +08:00
parent e636728c4b
commit 0e0e6bf732
1 changed files with 0 additions and 1 deletions

View File

@ -188,7 +188,6 @@ rebind_usb_overlay() {
uci set fstab.overlay.target="/overlay" uci set fstab.overlay.target="/overlay"
uci commit fstab uci commit fstab
green "重新绑定成功! 重启后生效" green "重新绑定成功! 重启后生效"
cat /etc/config/fstab
red "正在重启..." red "正在重启..."
reboot reboot
} }