From 067fa1187191dd3bc4b98619a642d88f5fd83323 Mon Sep 17 00:00:00 2001 From: Hans Nieser Date: Tue, 26 Oct 2021 12:12:15 +0200 Subject: [PATCH] fix: grep more specifically for our own services --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 66a30c5..5e11f8a 100644 --- a/install.sh +++ b/install.sh @@ -265,7 +265,7 @@ If everything went well the 'err' column should be 0. You can now see these proc pid err name " -launchctl list | grep reach +launchctl list | grep reachdigital echo " 🎉 Done"