Преглед изворни кода

[bin] Fix path for slim backgrounds in changepaper script

Colin Powell пре 4 година
родитељ
комит
c07b349f15
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      bin/.bin/changepaper

+ 1 - 1
bin/.bin/changepaper

@@ -36,7 +36,7 @@ SLIM_BG_FILE=/usr/share/slim/themes/default/background.jpg
 if test -f "$SLIM_BG_FILE"; then
 	echo "Setting Slim background image"
 	rm $SLIM_BG_FILE
-	ln -s $BASEDIR$date.jpg $SLIM_BG_FILE
+	ln -s $BASEDIR/$date.jpg $SLIM_BG_FILE
 fi
 
 SEARX_BG_FILE=/usr/local/lib/python2.7/site-packages/searx/static/themes/courgette/img/bg-body-index.jpg