Fallback logo

This commit is contained in:
the-sane 2021-01-17 16:17:51 -05:00 committed by GitHub
parent 3cf15be6de
commit 5107076b2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,8 +109,10 @@ menu_option_height="25"
# Otherwise, default to the logo in the same directory
if [ -f "/usr/share/pixmaps/lug-logo.png" ]; then
lug_logo="/usr/share/pixmaps/lug-logo.png"
else
elif [ -f "lug-logo.png" ]; then
lug_logo="lug-logo.png"
else
lug_logo="info"
fi
############################################################################