diff options
author | Paul Spooren <spooren@informatik.uni-leipzig.de> | 2018-03-07 12:16:17 +0100 |
---|---|---|
committer | Paul Spooren <spooren@informatik.uni-leipzig.de> | 2018-03-07 13:11:32 +0100 |
commit | 5949c2cea82a2b636ce55ac87c7947ee918c36ce (patch) | |
tree | 81c825942542772114803b9cb1efba278caf192c /applications/luci-app-attendedsysupgrade/root/etc | |
parent | a6d55b19f3625fda73f3fd52cb471f1da49f73e7 (diff) |
luci-app-attendedsysupgrade: reload rpcd fix #1668
when installing the luci app and opening it for the first time the
webinterface shows an error as some freshly installed rpcd calls are not
yet available. The reload fixes the problem.
luci-app-attendedsysupgrade: downloadable image
the creted sysupgrade image can now easily be downloaded via web
interface.
also fixed some </br> to <br />
Signed-off-by: Paul Spooren <spooren@informatik.uni-leipzig.de>
Diffstat (limited to 'applications/luci-app-attendedsysupgrade/root/etc')
-rwxr-xr-x | applications/luci-app-attendedsysupgrade/root/etc/uci-defaults/40_luci-attendedsysupgrade | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/applications/luci-app-attendedsysupgrade/root/etc/uci-defaults/40_luci-attendedsysupgrade b/applications/luci-app-attendedsysupgrade/root/etc/uci-defaults/40_luci-attendedsysupgrade index 832744f7d8..1b890c0cbb 100755 --- a/applications/luci-app-attendedsysupgrade/root/etc/uci-defaults/40_luci-attendedsysupgrade +++ b/applications/luci-app-attendedsysupgrade/root/etc/uci-defaults/40_luci-attendedsysupgrade @@ -2,5 +2,6 @@ rm -rf /tmp/luci-indexcache /tmp/luci-modulecache/ /etc/init.d/uhttpd restart +/etc/init.d/rpcd reload return 0 |