mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-25 07:13:09 +00:00
Run tidy to fix some syntax errors that creeped in recently
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
dff0bf6f41
commit
baedbd22aa
@ -182,7 +182,7 @@ sub run {
|
|||||||
assert_script_run "gm convert -size 1024x768 xc:black /usr/share/backgrounds/black.webp";
|
assert_script_run "gm convert -size 1024x768 xc:black /usr/share/backgrounds/black.webp";
|
||||||
if (script_run 'for i in /usr/share/backgrounds/f*/default/*.png; do ln -sf /usr/share/backgrounds/black.png $i; done') {
|
if (script_run 'for i in /usr/share/backgrounds/f*/default/*.png; do ln -sf /usr/share/backgrounds/black.png $i; done') {
|
||||||
# if that failed, they're probably in webp format
|
# if that failed, they're probably in webp format
|
||||||
assert_script_run 'for i in /usr/share/backgrounds/f*/default/*.webp; do ln -sf /usr/share/backgrounds/black.webp $i; done'
|
assert_script_run 'for i in /usr/share/backgrounds/f*/default/*.webp; do ln -sf /usr/share/backgrounds/black.webp $i; done';
|
||||||
}
|
}
|
||||||
if ($desktop eq "kde") {
|
if ($desktop eq "kde") {
|
||||||
# use solid blue background for SDDM
|
# use solid blue background for SDDM
|
||||||
|
Loading…
Reference in New Issue
Block a user