From 236e80fbc217a6695792589e7d44b3a3c89dc115 Mon Sep 17 00:00:00 2001 From: florian Date: Fri, 27 Apr 2012 16:49:16 +0000 Subject: [package] base-files: fix typo in 05_firstboot_skip script (#11359) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31492 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/base-files/files/lib/firstboot/05_firstboot_skip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/base-files/files') diff --git a/package/base-files/files/lib/firstboot/05_firstboot_skip b/package/base-files/files/lib/firstboot/05_firstboot_skip index 283f8af8d..5f44df621 100644 --- a/package/base-files/files/lib/firstboot/05_firstboot_skip +++ b/package/base-files/files/lib/firstboot/05_firstboot_skip @@ -1,7 +1,7 @@ #!/bin/sh check_skip() { - if [ "$firsboot_skip_next" = "true" ]; then + if [ "$firstboot_skip_next" = "true" ]; then return 0 else return 1 -- cgit v1.2.3