summaryrefslogtreecommitdiffstats
path: root/package/base-files/files
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-04-27 16:49:16 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-04-27 16:49:16 +0000
commit236e80fbc217a6695792589e7d44b3a3c89dc115 (patch)
treeeca7aa46b409dfd8db46b5874b331f5654adb4e4 /package/base-files/files
parent8812c9e533b66ccd23755361122c611dc2bf96c0 (diff)
[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
Diffstat (limited to 'package/base-files/files')
-rw-r--r--package/base-files/files/lib/firstboot/05_firstboot_skip2
1 files changed, 1 insertions, 1 deletions
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