[bin] Fix path for slim backgrounds in changepaper script
This commit is contained in:
@ -36,7 +36,7 @@ SLIM_BG_FILE=/usr/share/slim/themes/default/background.jpg
|
|||||||
if test -f "$SLIM_BG_FILE"; then
|
if test -f "$SLIM_BG_FILE"; then
|
||||||
echo "Setting Slim background image"
|
echo "Setting Slim background image"
|
||||||
rm $SLIM_BG_FILE
|
rm $SLIM_BG_FILE
|
||||||
ln -s $BASEDIR$date.jpg $SLIM_BG_FILE
|
ln -s $BASEDIR/$date.jpg $SLIM_BG_FILE
|
||||||
fi
|
fi
|
||||||
|
|
||||||
SEARX_BG_FILE=/usr/local/lib/python2.7/site-packages/searx/static/themes/courgette/img/bg-body-index.jpg
|
SEARX_BG_FILE=/usr/local/lib/python2.7/site-packages/searx/static/themes/courgette/img/bg-body-index.jpg
|
||||||
|
|||||||
Reference in New Issue
Block a user