This website requires JavaScript.
Explore
Help
Register
Sign in
Difuse
/
luci
Watch
2
Star
0
Fork
You've already forked luci
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
a612574e11
luci
/
applications
/
luci-app-attendedsysupgrade
/
root
/
etc
/
uci-defaults
/
40_luci-attendedsysupgrade
7 lines
72 B
Text
Raw
Normal View
History
Unescape
Escape
luci-app-attendedsysupgrade: upgrade to version 2 Add required ubus acls from package rpcd-mod-attendedsysupgrade. luci-app-attendedsysupgrade: add postinst script removes caches and restarts uhttpd as mentioned here: https://github.com/aparcar/gsoc17-attended-sysupgrade/issues/58#issuecomment-339370803 luci-app-attendedsysupgrade: redesign simplified the interface and made it more "luci" like simplify ubus interaction, use uci_call und ubus_call functions add optional settings: auto_search: search on opening the view without clicking advanced_mode: if set, allow package edits, show build log rename updateserver to upgradeserver rename url to server_url luci-app-attendedsysupgrade: rename uci options remove leading "upgrade" from uci options also rename server_url to url cleaning use new api/ urls wait for successfull reboot Signed-off-by: Paul Spooren <paul@spooren.de>
2017-10-21 15:01:07 +00:00
#!/bin/sh
/etc/init.d/uhttpd restart
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>
2018-03-07 11:16:17 +00:00
/etc/init.d/rpcd reload
luci-app-attendedsysupgrade: upgrade to version 2 Add required ubus acls from package rpcd-mod-attendedsysupgrade. luci-app-attendedsysupgrade: add postinst script removes caches and restarts uhttpd as mentioned here: https://github.com/aparcar/gsoc17-attended-sysupgrade/issues/58#issuecomment-339370803 luci-app-attendedsysupgrade: redesign simplified the interface and made it more "luci" like simplify ubus interaction, use uci_call und ubus_call functions add optional settings: auto_search: search on opening the view without clicking advanced_mode: if set, allow package edits, show build log rename updateserver to upgradeserver rename url to server_url luci-app-attendedsysupgrade: rename uci options remove leading "upgrade" from uci options also rename server_url to url cleaning use new api/ urls wait for successfull reboot Signed-off-by: Paul Spooren <paul@spooren.de>
2017-10-21 15:01:07 +00:00
return 0
Reference in a new issue
Copy permalink