Skip to content

Commit

Permalink
Merge pull request #1050 from newrelic/fix/macos-restart-agent-hanging
Browse files Browse the repository at this point in the history
fix: MacOS restart agent hanging
  • Loading branch information
noahmmcgivern authored Feb 26, 2024
2 parents c6f5d7c + b0d63fc commit b93b899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/newrelic/infrastructure/darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ install:
restart:
cmds:
- |
sudo -i -u $SUDO_USER brew services restart newrelic-infra-agent
brew services restart newrelic-infra-agent &>/dev/null
assert_agent_status_ok:
cmds:
Expand Down

0 comments on commit b93b899

Please sign in to comment.