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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user