Update 'start.sh'
Remove some leftover words from the IM 7 warning
This commit is contained in:
parent
dcfb8e28e8
commit
258bbf496f
2
start.sh
2
start.sh
|
@ -19,7 +19,7 @@ fi
|
||||||
|
|
||||||
if [ ! -x "$(command -v magick)" ]; then
|
if [ ! -x "$(command -v magick)" ]; then
|
||||||
if [ ! -x "$(command -v convert)" ]; 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
|
exit 2
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue