Typo in the question to convert all files to AVIF format
pull from https://github.com/VirtuBox/img-optimize/pull/19
This commit is contained in:
parent
ecebc0dadf
commit
101b24a5c7
|
@ -168,7 +168,7 @@ if [ "$INTERACTIVE_MODE" = "1" ]; then
|
|||
fi
|
||||
if [ -z "$AVIF_OPTIMIZATION" ]; then
|
||||
echo ""
|
||||
echo "Do you want to convert all jpg & png images to WebP in $IMG_PATH ? (y/n)"
|
||||
echo "Do you want to convert all jpg & png images to AVIF in $IMG_PATH ? (y/n)"
|
||||
while [[ $AVIF_OPTIMIZATION != "y" && $AVIF_OPTIMIZATION != "n" ]]; do
|
||||
echo "Select an option [y/n]: "
|
||||
read -r AVIF_OPTIMIZATION
|
||||
|
|
Loading…
Reference in New Issue
Block a user