mirror of
https://github.com/leitbogioro/Tools.git
synced 2025-10-17 02:35:52 +08:00
Update ubuntuInit.sh
This commit is contained in:
parent
4dfa80b24d
commit
ef3239e3d8
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ IncDisk=$(grep "IncDisk" $confFile | awk '{print $2}')
|
||||||
LinuxMirror=$(grep -w "LinuxMirror" $confFile | awk '{print $2}')
|
LinuxMirror=$(grep -w "LinuxMirror" $confFile | awk '{print $2}')
|
||||||
alpineVer=$(grep "alpineVer" $confFile | awk '{print $2}')
|
alpineVer=$(grep "alpineVer" $confFile | awk '{print $2}')
|
||||||
TimeZone=$(grep "TimeZone" $confFile | awk '{print $2}')
|
TimeZone=$(grep "TimeZone" $confFile | awk '{print $2}')
|
||||||
tmpWORD=$(grep "tmpWORD" $confFile | awk '{print $2}')
|
tmpWORD=$(grep -w "tmpWORD" $confFile | awk '{print $2}')
|
||||||
sshPORT=$(grep "sshPORT" $confFile | awk '{print $2}')
|
sshPORT=$(grep "sshPORT" $confFile | awk '{print $2}')
|
||||||
IPv4=$(grep "IPv4" $confFile | awk '{print $2}')
|
IPv4=$(grep "IPv4" $confFile | awk '{print $2}')
|
||||||
MASK=$(grep "MASK" $confFile | awk '{print $2}')
|
MASK=$(grep "MASK" $confFile | awk '{print $2}')
|
||||||
|
|
Loading…
Add table
Reference in a new issue