mirror of
https://github.com/leitbogioro/Tools.git
synced 2024-11-15 13:44:50 +08:00
Update alpineInit.sh
This commit is contained in:
parent
ef3239e3d8
commit
7ef33d2709
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ IncDisk=$(grep "IncDisk" $confFile | awk '{print $2}')
|
|||
LinuxMirror=$(grep "LinuxMirror" $confFile | awk '{print $2}')
|
||||
alpineVer=$(grep "alpineVer" $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}')
|
||||
AlpineTestRepository=$(grep "AlpineTestRepository" $confFile | awk '{print $2}')
|
||||
IPv4=$(grep "IPv4" $confFile | awk '{print $2}')
|
||||
|
|
Loading…
Reference in a new issue