fbsetbg: Report wallpaper directory path when invalid

This commit is contained in:
Oliver Gondža 2015-08-10 21:52:49 +02:00
parent a1f647d09c
commit c7462f09a4

View file

@ -523,7 +523,7 @@ if [ "$option" = random ]; then
wallpaper="$wallpaperdir/`ls \"$wallpaperdir\"|sed -n ${wallpapernumber}p`"
option=$option2 # have to choose something...
else
message "Invalid random wallpaper directory specified."
message "Invalid random wallpaper directory specified: '$wallpaperdir'."
exit 1
fi
fi