mirror of https://gitlab.com/hp3icc/emq-TE1.git
Update ipv6on-custom.sh
This commit is contained in:
parent
45d662f79a
commit
75b614527a
|
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
if [ ! "$(cat /proc/cpuinfo | grep 'Raspberry')" != "" ]; then
|
||||||
cat > /bin/ipv6on-custom <<- "EOF"
|
cat > /bin/ipv6on-custom <<- "EOF"
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
|
@ -38,3 +39,4 @@ EOF
|
||||||
|
|
||||||
sudo chmod +x /bin/ipv6on-custom
|
sudo chmod +x /bin/ipv6on-custom
|
||||||
ipv6on-custom
|
ipv6on-custom
|
||||||
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue