Skip to content

Commit

Permalink
Merge branch 'public/9.0' into public/9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelherger committed Dec 18, 2024
2 parents 26231a5 + d7a33a2 commit 120d451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Slim/Utils/OS/OSX.pm
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ sub handleMenuBarItemActivity {

my $log = Slim::Utils::Log::logger('server');

my $proc = `ps -A | grep 'Lyrion Music Server.app/Contents/MacOS/Lyrion Music Server' | grep -v grep`;
my $proc = `ps -A | egrep 'Contents/MacOS/Lyrion Music Server$' | grep -v grep`;
if (!$proc) {
main::INFOLOG && $log->is_info && $log->info('The Menu Bar Item has quit - let\'s quit the service, too');
main::stopServer();
Expand Down

0 comments on commit 120d451

Please sign in to comment.