start.sh: remove 7

This commit is contained in:
Dylan K. Taylor 2021-11-30 23:43:17 +00:00
parent 20d6b69813
commit 7665f4f443
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -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