From cafdb63b192d1406eb33af42ff23d0148d6d769b Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 21 Mar 2006 11:14:25 +0000 Subject: [PATCH] remove last reference to nvram.overrides SVN-Revision: 3429 --- openwrt/package/webif/files/usr/lib/webif/apply.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/package/webif/files/usr/lib/webif/apply.sh b/openwrt/package/webif/files/usr/lib/webif/apply.sh index d8d8467352..9cbadf44a2 100644 --- a/openwrt/package/webif/files/usr/lib/webif/apply.sh +++ b/openwrt/package/webif/files/usr/lib/webif/apply.sh @@ -58,7 +58,7 @@ for config in $(ls file-* 2>&-); do done # config-* simple config files -[ -f /etc/nvram.overrides ] && ( # White Russian +( cd /proc/self cat /tmp/.webif/config-* 2>&- | grep '=' >&- 2>&- && { cat /tmp/.webif/config-* 2>&- | tee fd/1 | xargs -n1 nvram set -- 2.30.2