remove -e on sed

This commit is contained in:
Louis Abel 2024-08-19 22:00:57 -07:00
parent 79d8440235
commit c483f79797
Signed by: label
GPG Key ID: 2A6975660E424560
2 changed files with 1 additions and 40634 deletions

File diff suppressed because it is too large Load Diff

View File

@ -23,7 +23,7 @@ s/"redhat-logos/"rocky-logos/g
s/"redhat-backgrounds/"rocky-backgrounds/g s/"redhat-backgrounds/"rocky-backgrounds/g
s/"redhat-sb-certs/"rocky-sb-certs/g s/"redhat-sb-certs/"rocky-sb-certs/g
EOF EOF
sed -ie "$sscript" prepopulate.json sed -i "$sscript" prepopulate.json
echo "Generating yaml" echo "Generating yaml"
/bin/bash ./generate-prepop-yaml /bin/bash ./generate-prepop-yaml