diff options
Diffstat (limited to 'libs/core/root')
-rwxr-xr-x | libs/core/root/sbin/luci-reload | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/core/root/sbin/luci-reload b/libs/core/root/sbin/luci-reload index 4bcac045b..cc41da2bb 100755 --- a/libs/core/root/sbin/luci-reload +++ b/libs/core/root/sbin/luci-reload @@ -1,5 +1,5 @@ #!/bin/sh -. /etc/functions.sh +. /lib/functions.sh apply_config() { config_get init "$1" init |