Files
quectel-rgmii-toolkit/ipk-source/sdxpinn-quecmanager-beta/CONTROL/postinst
Cameron Thompson 1fcbf71900 Update socat-bridge and QuecManager
Created quecmanager services
Removed SMS for now

Updated socat start priority and add smd7 as an option
2025-01-12 23:50:35 -05:00

12 lines
228 B
Bash
Executable File

#!/bin/ash
# Backup the original index.html and replace with login.html
mv /www/index.html /www/index.html.old
cp /www/login.html /www/index.html
service quecmanager-services enable
service quecmanager-services start
exit 0