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

Update valet

Suppress error message if file not exists
This commit is contained in:
Denis Golubkov
2019-03-22 18:06:33 +03:00
committed by GitHub
parent fdca6cb530
commit bb8202f7a6

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 --quiet 443 ~/.config/valet/Nginx/$HOST*
if grep --quiet --no-messages 443 ~/.config/valet/Nginx/$HOST*
then
PORT=60
else