1
0
Fork 0
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:
Jason Nagin 2024-10-30 08:00:56 -04:00 committed by GitHub
parent 220fb521d2
commit f597d34052
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@
if [[ ${VERSION} -ge 41 ]] if [[ ${VERSION} -ge 41 ]]
then then
result=0 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" echo "Missing [Payload] header"
result=1 result=1
} }