mirror of
https://github.com/the-sane/lug-helper.git
synced 2025-07-01 10:01:01 +00:00
Fallback logo
This commit is contained in:
@ -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
|
||||
|
||||
############################################################################
|
||||
|
Reference in New Issue
Block a user