chore: Add Shellcheck suggestions

This commit is contained in:
Carlos Solís 2025-01-24 19:27:44 +00:00
parent 7f2b750466
commit 06356b6d1c
3 changed files with 5 additions and 5 deletions

View file

@ -46,7 +46,7 @@ IFS="
size_original=$(stat -c%s "${s}")
if [ "$size_original" -gt "$size_new" ]
then
mv /tmp/"${s##.*\/}"_temp.webp $s
mv /tmp/"${s##.*\/}"_temp.webp "$s"
else
rm /tmp/"${s##.*\/}"_temp.webp
fi