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

Merge pull request #942 from aryehraber/feat/diagnose-update

Filter Launch* commands output in "diagnose" command
This commit is contained in:
Matt Stauffer
2020-05-01 12:14:27 -04:00
committed by GitHub

View File

@@ -37,9 +37,9 @@ class Diagnose
'which -a php-fpm',
'/usr/local/opt/php/sbin/php-fpm -v',
'sudo /usr/local/opt/php/sbin/php-fpm -y '.PHP_SYSCONFDIR.'/php-fpm.conf --test',
'ls -al ~/Library/LaunchAgents',
'ls -al /Library/LaunchAgents',
'ls -al /Library/LaunchDaemons',
'ls -al ~/Library/LaunchAgents | grep homebrew',
'ls -al /Library/LaunchAgents | grep homebrew',
'ls -al /Library/LaunchDaemons | grep homebrew',
];
var $cli, $files, $print, $progressBar;