From 9925a23ad28f540061cd2ab6d639b67ad890f5f9 Mon Sep 17 00:00:00 2001 From: nunojpg Date: Tue, 8 May 2012 19:14:32 +0000 Subject: [PATCH] [packages] restorefactory, correct typo git-svn-id: svn://svn.openwrt.org/openwrt/packages@31653 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/restorefactory/files/uci_defaults_restorefactory | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/restorefactory/files/uci_defaults_restorefactory b/utils/restorefactory/files/uci_defaults_restorefactory index ac7311cb6..1af088eb8 100755 --- a/utils/restorefactory/files/uci_defaults_restorefactory +++ b/utils/restorefactory/files/uci_defaults_restorefactory @@ -1,6 +1,6 @@ #!/bin/sh -uci -q show system.@restorefactory[0]) || { +uci -q show system.@restorefactory[0] || { uci add system restorefactory uci set system.@restorefactory[0].button=reset uci set system.@restorefactory[0].action=pressed