diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-12-20 15:01:04 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-12-20 15:01:04 +0000 |
commit | 8cfa5cc7c59e124a7abcf64952ad6c5050121778 (patch) | |
tree | a44e7bf81bec4b24b3a364282c2a920071a9dcb5 /libs/core | |
parent | bf25765406456a42ea7d619466e914277cbe479b (diff) |
don't use symlink to /lib/functions.sh
Signed-off-by: Luka Perkov <luka@openwrt.org>
Diffstat (limited to 'libs/core')
-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 |