Files
quectel-rgmii-toolkit/ipk-source/sdxpinn-quecmanager-beta/CONTROL/postinst
Cameron Thompson e99adb0a3e QuecManager Beta 1.1.1-3
- Fixed cell scanner not working
- Improved control scripts
2025-01-27 23:56:02 -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