Bugfix
This commit is contained in:
parent
86ffff4315
commit
ca65809db7
@ -26,7 +26,7 @@ elif [ -x "$(command -v feh)" ]; then
|
|||||||
download_url_to_stdin=false
|
download_url_to_stdin=false
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ download_url_to_stdin ]; then
|
if [ "$download_url_to_stdin" = true ]; then
|
||||||
echo "Must download url content"
|
echo "Must download url content"
|
||||||
picture_download_command="xargs --max-args=1 --no-run-if-empty curl -s --location"
|
picture_download_command="xargs --max-args=1 --no-run-if-empty curl -s --location"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user