Pārlūkot izejas kodu

Update install.sh

molon 4 gadi atpakaļ
vecāks
revīzija
bda702546b
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      scripts/install.sh

+ 1 - 1
scripts/install.sh

@@ -85,7 +85,7 @@ EOF
 # or https://superuser.com/questions/203272/list-only-the-device-names-of-all-available-network-interfaces
 gen_ifconfig() {
     cat <<EOF
-$(awk -F "/" '{print "ifconfig eth0 inet6 add " $5 "/64"}' ${WORKDATA})
+$(awk -F "/" '{print "ifconfig eth0 inet6 add " $5 "/112"}' ${WORKDATA})
 EOF
 }
 echo "installing apps"