diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/contrib/uci/luci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/contrib/uci/luci b/core/contrib/uci/luci index 3e8dcc89aa..a2b61f483a 100644 --- a/core/contrib/uci/luci +++ b/core/contrib/uci/luci @@ -17,7 +17,7 @@ config extern flash_keep config event uci_oncommit option network "/etc/init.d/network restart" option wireless "/etc/init.d/network restart" - option olsr "reboot" + option olsr "/sbin/reboot" option dhcp "/etc/init.d/dnsmasq restart" option luci_fw "/etc/init.d/luci_fw restart" option dropbear "/etc/init.d/dropbear restart" |