Files
quectel-rgmii-toolkit/ipk-source/sdxpinn-quecmanager/CONTROL/postrm
Cameron Thompson b5f299dfb2 Sync with release branch
Pull updates from release branch
2024-10-29 23:36:37 +00:00

6 lines
59 B
Bash

#!/bin/ash
mv /www/index.html.old /www/index.html
exit 0