mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
escape characters
This commit is contained in:
parent
220fb521d2
commit
f597d34052
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
if [[ ${VERSION} -ge 41 ]]
|
||||
then
|
||||
result=0
|
||||
grep "^[Payload]" mnt/install/etc/anaconda/conf.d/anaconda.conf > /dev/null || {
|
||||
grep "^\[Payload\]" mnt/install/etc/anaconda/conf.d/anaconda.conf > /dev/null || {
|
||||
echo "Missing [Payload] header"
|
||||
result=1
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue