From 8cfa5cc7c59e124a7abcf64952ad6c5050121778 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 20 Dec 2012 15:01:04 +0000 Subject: don't use symlink to /lib/functions.sh Signed-off-by: Luka Perkov --- libs/core/root/sbin/luci-reload | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/core/root') diff --git a/libs/core/root/sbin/luci-reload b/libs/core/root/sbin/luci-reload index 4bcac045b3..cc41da2bb7 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 -- cgit v1.2.3