This website requires JavaScript.
Explore
Help
Register
Sign In
hak5
/
openwrt
mirror of
https://github.com/hak5/openwrt.git
Watch
1
Star
0
Fork
You've already forked openwrt
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a12a8271a7
openwrt
/
package
/
base-files
/
files
/
lib
/
firstboot
/
05_firstboot_skip
11 lines
114 B
Bash
Raw
Blame
History
#!/bin/sh
check_skip
(
)
{
if
[
"
$firsboot_skip_next
"
=
"true"
]
;
then
return
0
else
return
1
fi
}
Reference in New Issue
View Git Blame
Copy Permalink