chore: Add Shellcheck suggestions
This commit is contained in:
parent
7f2b750466
commit
06356b6d1c
3 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue