luci/applications/luci-app-advanced-reboot/root/etc/uci-defaults/40_luci-advanced-reboot
Ansuel Smith feb8d823e5
luci-app-advanced-reboot: convert to client side
Rework the advanced-reboot app to client side implementation.
Change devices file to json type.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Tested-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>
2020-10-07 14:42:39 +02:00

6 lines
102 B
Bash

#!/bin/sh
/etc/init.d/rpcd reload
rm -rf /var/luci-modulecache/; rm -f /var/luci-indexcache;
exit 0