QuecManager non-beta

Its about time I did this!
This commit is contained in:
Cameron Thompson
2025-04-02 23:09:08 -04:00
parent c4a340bd36
commit c42907e346
482 changed files with 47267 additions and 109914 deletions

View File

@@ -1,6 +1,20 @@
#!/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
exit 0