-Removed no longer needed files -Created ipk for quecmanager -Thank you @dr-dolomite for your hard work on this! Co-Authored-By: Russel Yasol <73575327+dr-dolomite@users.noreply.github.com>
7 lines
94 B
Bash
Executable File
7 lines
94 B
Bash
Executable File
#!/bin/ash
|
|
|
|
mv /www/index.html /www/index.html.old
|
|
mv /www/login.html /www/index.html
|
|
exit 0
|
|
|