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 do
for img in * for img in *
do do
eval "$command" "$img" eval "$command '$img'"
sleep "$interval" sleep "$interval"
done done
done done