1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-06 16:50:09 +01:00

Add sudo back to ensure commands work correctly

This commit is contained in:
Aryeh Raber
2020-04-25 16:26:54 +02:00
parent 415eedc4c0
commit 5baccdbb54

View File

@@ -30,10 +30,10 @@ class Diagnose
'brew info openssl',
'openssl version -a',
'openssl ciphers',
'nginx -t',
'sudo nginx -t',
'which -a php-fpm',
'/usr/local/opt/php/sbin/php-fpm --test',
'/usr/local/opt/php/sbin/php-fpm -y /usr/local/etc/php/7.4/php-fpm.conf --test',
'sudo /usr/local/opt/php/sbin/php-fpm --test',
'sudo /usr/local/opt/php/sbin/php-fpm -y /usr/local/etc/php/7.4/php-fpm.conf --test',
'ls -al ~/Library/LaunchAgents',
'ls -al /Library/LaunchAgents',
'ls -al /Library/LaunchDaemons',