mirror of
https://github.com/leitbogioro/Tools.git
synced 2025-09-30 10:24:31 +08:00
Update ubuntuInit.sh
This commit is contained in:
parent
352cdea630
commit
981f90b662
1 changed files with 4 additions and 0 deletions
|
@ -25,10 +25,14 @@ 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}')
|
||||
ipDNS1=$(grep "ipDNS1" $confFile | awk '{print $2}')
|
||||
ipDNS2=$(grep "ipDNS2" $confFile | awk '{print $2}')
|
||||
GATE=$(grep "GATE" $confFile | awk '{print $2}')
|
||||
ip6Addr=$(grep "ip6Addr" $confFile | awk '{print $2}')
|
||||
ip6Mask=$(grep "ip6Mask" $confFile | awk '{print $2}')
|
||||
ip6Gate=$(grep "ip6Gate" $confFile | awk '{print $2}')
|
||||
ip6DNS1=$(grep "ip6DNS1" $confFile | awk '{print $2}')
|
||||
ip6DNS2=$(grep "ip6DNS2" $confFile | awk '{print $2}')
|
||||
HostName=$(grep "HostName" $confFile | awk '{print $2}')
|
||||
DDURL=$(grep "DDURL" $confFile | awk '{print $2}')
|
||||
targetLinuxMirror=$(grep "$targetLinuxMirror" $confFile | awk '{print $2}')
|
||||
|
|
Loading…
Add table
Reference in a new issue