1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-04 16:10:08 +01:00

quieting grep output on valet share test

This commit is contained in:
Sergio Bruder
2018-09-14 17:46:07 -03:00
parent 0e74928d33
commit f7eb13435f

2
valet
View File

@@ -43,7 +43,7 @@ then
# Decide the correct PORT to use according if the site has a secure
# config or not.
if grep 443 ~/.config/valet/Nginx/$HOST*
if grep --quiet 443 ~/.config/valet/Nginx/$HOST*
then
PORT=88
else