- Had postinst copy login.html to index.html -Made all files in cgi-bin +x - Generated ipk
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
|
|
|