Skip to content

Commit

Permalink
start.sh: remove 7
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Nov 30, 2021
1 parent 20d6b69 commit 7665f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7665f4f

Please sign in to comment.