- Updated QuecManager to 0.0.3 include patch from c8faf539c1
- Added LAN settings to sdxpinn-console-menu V0.0.2
- Updated Tailscale ipks from 1.74.1 to 1.76.1
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
|
|
|