1
0
mirror of https://github.com/the-sane/lug-helper.git synced 2025-07-05 20:43:35 +00:00

Fallback logo

This commit is contained in:
the-sane
2021-01-17 16:17:51 -05:00
committed by GitHub
parent 3cf15be6de
commit 5107076b2f

@ -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
############################################################################