Update 'start.sh'

Remove some leftover words from the IM 7 warning
This commit is contained in:
Marco Cawthorne 2023-05-06 19:04:25 -07:00
parent dcfb8e28e8
commit 258bbf496f
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ fi
if [ ! -x "$(command -v magick)" ]; then
if [ ! -x "$(command -v convert)" ]; then
echo "magick/convert not found. Please install ImageMagick or higher."
echo "magick/convert not found. Please install ImageMagick."
exit 2
fi
fi