diff --git a/lug-helper.sh b/lug-helper.sh index a063f79..7e28c15 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -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 ############################################################################