Properly quote image filepath in autopape.sh
This commit is contained in:
@ -37,7 +37,7 @@ while [ true ]
|
||||
do
|
||||
for img in *
|
||||
do
|
||||
eval "$command" "$img"
|
||||
eval "$command '$img'"
|
||||
sleep "$interval"
|
||||
done
|
||||
done
|
||||
|
Reference in New Issue
Block a user