Files
quectel-rgmii-toolkit/ipk-source/sdxpinn-mount-fix/CONTROL/prerm
Cameron Thompson 0c6194e00c mount-fix Test
First test with new firmware with updated mount-fix package
2025-01-10 00:29:13 -05:00

10 lines
239 B
Bash
Executable File

#!/bin/ash
service init-overlay-watchdog stop
service mount-fix stop
sleep 1
service mount-fix disable
service init-overlay-watchdog disable
echo "Filesystem structure returned to Quectel Stock"
echo "Backup exists at /data/rootfs"
exit 0