Skip to content

Commit

Permalink
Fallback logo
Browse files Browse the repository at this point in the history
  • Loading branch information
the-sane authored Jan 17, 2021
1 parent 3cf15be commit 5107076
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lug-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

############################################################################
Expand Down

0 comments on commit 5107076

Please sign in to comment.