This commit is contained in:
HonusBot 2021-05-15 23:45:12 +02:00
parent 86ffff4315
commit ca65809db7

View File

@ -26,7 +26,7 @@ elif [ -x "$(command -v feh)" ]; then
download_url_to_stdin=false
fi
if [ download_url_to_stdin ]; then
if [ "$download_url_to_stdin" = true ]; then
echo "Must download url content"
picture_download_command="xargs --max-args=1 --no-run-if-empty curl -s --location"
fi