mirror of
https://github.com/leitbogioro/Tools.git
synced 2024-11-15 13:44:50 +08:00
Update ubuntuInit.sh
This commit is contained in:
parent
9800c95043
commit
1757a6c4ce
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ sshPORT=$(grep "sshPORT" $confFile | awk '{print $2}')
|
|||
AlpineTestRepository=$(grep "AlpineTestRepository" $confFile | awk '{print $2}')
|
||||
IPv4=$(grep "IPv4" $confFile | awk '{print $2}')
|
||||
MASK=$(grep "MASK" $confFile | awk '{print $2}')
|
||||
ipPrefix=$(grep "ipPrefix" $confFile | awk '{print $2}')
|
||||
ipDNS1=$(grep "ipDNS1" $confFile | awk '{print $2}')
|
||||
ipDNS2=$(grep "ipDNS2" $confFile | awk '{print $2}')
|
||||
GATE=$(grep "GATE" $confFile | awk '{print $2}')
|
||||
|
|
Loading…
Reference in a new issue