From c07b349f158e815c0abafdb5f7282b98bb9165b9 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 11 Aug 2020 12:46:38 -0400 Subject: [PATCH] [bin] Fix path for slim backgrounds in changepaper script --- bin/.bin/changepaper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/.bin/changepaper b/bin/.bin/changepaper index 842047a..2bd3a41 100755 --- a/bin/.bin/changepaper +++ b/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