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
99f6efc570
commit
0dd731244b
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ ip6Mask=$(grep "ip6Mask" $confFile | awk '{print $2}')
|
|||
actualIp6Prefix=$(grep "actualIp6Prefix" $confFile | awk '{print $2}')
|
||||
ip6Gate=$(grep "ip6Gate" $confFile | awk '{print $2}')
|
||||
i6AddrNum=$(grep "i6AddrNum" $confFile | awk '{print $2}')
|
||||
writeIp6sCmd=$(grep "writeIp6sCmd" $confFile | sed -e 's/writeIpsCmd //g')
|
||||
writeIp6sCmd=$(grep "writeIp6sCmd" $confFile | sed -e 's/writeIp6sCmd //g')
|
||||
HostName=$(grep "HostName" $confFile | awk '{print $2}')
|
||||
virtualizationStatus=$(grep "virtualizationStatus" $confFile | awk '{print $2}')
|
||||
setFail2banStatus=$(grep "setFail2banStatus" $confFile | awk '{print $2}')
|
||||
|
|
Loading…
Reference in a new issue