mirror of
https://github.com/leitbogioro/Tools.git
synced 2025-11-10 09:20:34 +08:00
Update RHELinit.sh
This commit is contained in:
parent
9473f4d4e0
commit
33db23646e
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ confFile="/root/alpine.config"
|
||||||
|
|
||||||
# Read configs from initial file.
|
# Read configs from initial file.
|
||||||
IncDisk=$(grep "IncDisk" $confFile | awk '{print $2}')
|
IncDisk=$(grep "IncDisk" $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}')
|
||||||
TimeZone1=$(grep "TimeZone" $confFile | awk '{print $2}' | cut -d'/' -f 1)
|
TimeZone1=$(grep "TimeZone" $confFile | awk '{print $2}' | cut -d'/' -f 1)
|
||||||
TimeZone2=$(grep "TimeZone" $confFile | awk '{print $2}' | cut -d'/' -f 2)
|
TimeZone2=$(grep "TimeZone" $confFile | awk '{print $2}' | cut -d'/' -f 2)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue