summaryrefslogtreecommitdiffstats
path: root/package/base-files/files/lib/firstboot/05_firstboot_skip
diff options
context:
space:
mode:
Diffstat (limited to 'package/base-files/files/lib/firstboot/05_firstboot_skip')
-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