Properly quote image filepath in autopape.sh

This commit is contained in:
2024-07-14 10:47:58 +01:00
parent eec0a70159
commit 5aa3cd0e8d

View File

@ -37,7 +37,7 @@ while [ true ]
do
for img in *
do
eval "$command" "$img"
eval "$command '$img'"
sleep "$interval"
done
done