mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 15:34:59 +02:00
236e80fbc2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31492 3c298f89-4303-0410-b956-a3cf2f4a3e73
11 lines
115 B
Bash
11 lines
115 B
Bash
#!/bin/sh
|
|
|
|
check_skip() {
|
|
if [ "$firstboot_skip_next" = "true" ]; then
|
|
return 0
|
|
else
|
|
return 1
|
|
fi
|
|
}
|
|
|