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>
6 lines
102 B
Bash
6 lines
102 B
Bash
#!/bin/sh
|
|
|
|
/etc/init.d/rpcd reload
|
|
rm -rf /var/luci-modulecache/; rm -f /var/luci-indexcache;
|
|
exit 0
|
|
|