luci/applications/luci-app-advanced-reboot/root/etc/uci-defaults/40_luci-advanced-reboot
Stan Grishin 75a4a80c1d luci-app-advanced-reboot: improve localization by moving from translate to translatef
Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-04-11 01:11:26 +00:00

5 lines
78 B
Bash

#!/bin/sh
rm -rf /var/luci-modulecache/; rm -f /var/luci-indexcache;
exit 0