mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-22 04:41:33 +00:00
remove -e on sed
This commit is contained in:
parent
79d8440235
commit
c483f79797
40633
prepopulate.jsone
40633
prepopulate.jsone
File diff suppressed because it is too large
Load Diff
@ -23,7 +23,7 @@ s/"redhat-logos/"rocky-logos/g
|
||||
s/"redhat-backgrounds/"rocky-backgrounds/g
|
||||
s/"redhat-sb-certs/"rocky-sb-certs/g
|
||||
EOF
|
||||
sed -ie "$sscript" prepopulate.json
|
||||
sed -i "$sscript" prepopulate.json
|
||||
|
||||
echo "Generating yaml"
|
||||
/bin/bash ./generate-prepop-yaml
|
||||
|
Loading…
Reference in New Issue
Block a user