mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-28 15:04:18 +00:00
Fallback logo
This commit is contained in:
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
|
||||
|
||||
############################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user