-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>
6 lines
59 B
Bash
Executable File
6 lines
59 B
Bash
Executable File
#!/bin/ash
|
|
|
|
mv /www/index.html.old /www/index.html
|
|
exit 0
|
|
|