Files
quectel-rgmii-toolkit/ipk-source/socat-at-bridge/CONTROL/postinst
Cameron Thompson 13ba36f560 update sms_tool and socat_at-bridge
-Updated sms_tool binary to the AP aarch64 version

- socat-at-bridge ready to build
2025-01-12 14:14:47 -05:00

10 lines
157 B
Bash
Executable File

#!/bin/ash
echo "Enabling socat-at-bridge at startup"
service enable socat-at-bridge
echo "Starting socat-at-bridge"
service start socat-at-bridge
exit 0