summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-advanced-reboot/root/etc/uci-defaults
diff options
context:
space:
mode:
authorAnsuel Smith <ansuelsmth@gmail.com>2020-10-07 14:42:39 +0200
committerAnsuel Smith <ansuelsmth@gmail.com>2020-10-07 14:42:39 +0200
commitfeb8d823e59f8c9bf1bdadce6c7fc2a88966f12e (patch)
tree2853d467dd851de4f8793678dfe8cea493eb10b7 /applications/luci-app-advanced-reboot/root/etc/uci-defaults
parent1da9df837685b3a2afc80125d056e37198933533 (diff)
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>
Diffstat (limited to 'applications/luci-app-advanced-reboot/root/etc/uci-defaults')
-rw-r--r--applications/luci-app-advanced-reboot/root/etc/uci-defaults/40_luci-advanced-reboot1
1 files changed, 1 insertions, 0 deletions
diff --git a/applications/luci-app-advanced-reboot/root/etc/uci-defaults/40_luci-advanced-reboot b/applications/luci-app-advanced-reboot/root/etc/uci-defaults/40_luci-advanced-reboot
index e1a8f1e307..fd22801e98 100644
--- a/applications/luci-app-advanced-reboot/root/etc/uci-defaults/40_luci-advanced-reboot
+++ b/applications/luci-app-advanced-reboot/root/etc/uci-defaults/40_luci-advanced-reboot
@@ -1,5 +1,6 @@
#!/bin/sh
+/etc/init.d/rpcd reload
rm -rf /var/luci-modulecache/; rm -f /var/luci-indexcache;
exit 0