From 258bbf496f94ca19d73e5850f3da307b5a17023b Mon Sep 17 00:00:00 2001 From: Marco Cawthorne Date: Sat, 6 May 2023 19:04:25 -0700 Subject: [PATCH] Update 'start.sh' Remove some leftover words from the IM 7 warning --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 916c481..6b9552d 100755 --- a/start.sh +++ b/start.sh @@ -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