Files
quectel-rgmii-toolkit/opkg-source/SDXPINN-mount-fix/CONTROL/postinst
2024-09-30 22:31:13 -04:00

11 lines
166 B
Bash

#!/bin/ash
# Make the init script executable
chmod +x /etc/init.d/mount-fix
# Enable and start the service
service mount-fix enable
service mount-fix start
exit 0