diff options
Diffstat (limited to 'util/fbsetbg')
-rw-r--r-- | util/fbsetbg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/fbsetbg b/util/fbsetbg index 60118e5..718b19e 100644 --- a/util/fbsetbg +++ b/util/fbsetbg | |||
@@ -298,6 +298,8 @@ while [ $# -gt 0 ]; do | |||
298 | wallpaper=`grep "|${DISPLAY}$" $lastwallpaper|cut -d'|' -f2` | 298 | wallpaper=`grep "|${DISPLAY}$" $lastwallpaper|cut -d'|' -f2` |
299 | if [ -z "$wallpaper" ]; then | 299 | if [ -z "$wallpaper" ]; then |
300 | option=`grep "|${DISPLAY}.0$" $lastwallpaper|cut -d'|' -f1` | 300 | option=`grep "|${DISPLAY}.0$" $lastwallpaper|cut -d'|' -f1` |
301 | option2=`echo $option|cut -d' ' -f2` | ||
302 | option=`echo $option|cut -d' ' -f1` | ||
301 | wallpaper=`grep "|${DISPLAY}.0$" $lastwallpaper|cut -d'|' -f2` | 303 | wallpaper=`grep "|${DISPLAY}.0$" $lastwallpaper|cut -d'|' -f2` |
302 | fi | 304 | fi |
303 | if [ -z "$wallpaper" ]; then | 305 | if [ -z "$wallpaper" ]; then |