From 7665f4f443447b8c1584df794768948eb2804a51 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Tue, 30 Nov 2021 23:43:17 +0000 Subject: [PATCH] start.sh: remove 7 --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index fe4d95a8e..087b53db8 100755 --- a/start.sh +++ b/start.sh @@ -26,7 +26,7 @@ if [ "$PHP_BINARY" == "" ]; then elif [[ ! -z $(type php) ]]; then PHP_BINARY=$(type -p php) else - echo "Couldn't find a working PHP 7 binary, please use the installer." + echo "Couldn't find a working PHP binary, please use the installer." exit 1 fi fi