diff options
author | Steven Barth <steven@midlink.org> | 2008-04-27 22:57:29 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-04-27 22:57:29 +0000 |
commit | 4700739186c0c4a4cc0cc5ba2ae5e421ee6c2a3f (patch) | |
tree | a57f136d8dfddd2788d17448650deebc11b35ad2 /core | |
parent | 17b357af81fef5f946c1df6e8966dc4158d4bdbc (diff) |
* Minor bugfixes
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 3e8dcc89a..a2b61f483 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" |