@@ -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."
exit1
fi
fi
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.