mirror of https://github.com/hak5/openwrt-owl.git
parent
d23707baef
commit
f9e189a014
|
@ -36,5 +36,5 @@ vconfig set_name_type VLAN_PLUS_VID_NO_PAD
|
||||||
|
|
||||||
# automagically run firstboot
|
# automagically run firstboot
|
||||||
[ -z "$FAILSAFE" ] && {
|
[ -z "$FAILSAFE" ] && {
|
||||||
{ mount|grep jffs2 1>&-; } || firstboot
|
{ mount|grep "on / type jffs2" 1>&-; } || firstboot
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue