Files
quectel-rgmii-toolkit/ipk-source/sdxpinn-quecmanager-beta/CONTROL/postinst
2025-08-26 21:54:51 -04:00

24 lines
484 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
service quecmanager_cell_locking enable
service quecmanager_cell_locking start
service quecprofiles enable
service quecprofiles start
service quecwatch enable
service quecwatch start
service quecmanager_logging enable
service quecmanager_logging start
exit 0