Skip to content

Commit

Permalink
conversion-script: no placeholder images needed
Browse files Browse the repository at this point in the history
  • Loading branch information
grische committed Nov 19, 2023
1 parent aa7f5d6 commit c0523f5
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions conversion-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -242,18 +242,6 @@ if [ -n "$CREATE_JPG" ];then
cd pictures-jpg
create_symlink jpg

declare -a placeholder_images=(
"no_picture_available.jpg"
)
for file in "${placeholder_images[@]}"
do
if [[ -f "${file}" ]]; then
echo "Skipping existing file ${file}"
continue
fi
wget "https://raw.githubusercontent.com/freifunk-darmstadt/gluon-firmware-selector/master/pictures/${file}"
done

cd ..
cd pictures-png
create_symlink png
Expand Down

0 comments on commit c0523f5

Please sign in to comment.