mirror of https://github.com/hak5/openwrt-owl.git
parent
e0669e9cd3
commit
0f149688a6
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
init_nfs() {
|
init_nfs() {
|
||||||
grep "/dev/root" /proc/mounts |grep -q nfs && {
|
grep "/dev/root" /proc/mounts | grep -q nfs && {
|
||||||
echo "- init nfs -"
|
echo "- init nfs -"
|
||||||
exec /sbin/init
|
exec /sbin/init
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue