From bf0e4579667f866cd5bfef9a725dba4a956ced54 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Tue, 3 Apr 2007 21:02:05 +0000 Subject: [PATCH] Add missing ending brackets (#1545) SVN-Revision: 6854 --- openwrt/package/base-files/default/etc/init.d/S05nvram | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/package/base-files/default/etc/init.d/S05nvram b/openwrt/package/base-files/default/etc/init.d/S05nvram index aa0ce3301e..0c2bfaef78 100755 --- a/openwrt/package/base-files/default/etc/init.d/S05nvram +++ b/openwrt/package/base-files/default/etc/init.d/S05nvram @@ -106,7 +106,7 @@ nvram_default lan_proto static [ "$boardnum" = "45" \ -a "$boardtype" = "0x042f" ] && { debug "### wl-500g premium hacks ###" - [ -z "$(nvram get lan_ifnames_t)" || { + [ -z "$(nvram get lan_ifnames_t)" ] || { # hasn't been remapped yet, revert the vlan1 config as well, because # it defaults to "0 5u", which we can't use. # use lan_ifnames_t as an indicator of whether the config was made -- 2.30.2