From 00a4b6525b64b3999897b32591a0e95e2a66297b Mon Sep 17 00:00:00 2001 From: Daniel Dayley Date: Tue, 20 Jul 2021 19:37:29 -0600 Subject: [PATCH] You know why this commit is here. --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index f9833d8..183edcd 100755 --- a/setup.sh +++ b/setup.sh @@ -38,7 +38,7 @@ install_launchd() { sudo cp -r "$SERVICE_FILE" "$SERVICE_DIR"/ sudo chown root:wheel "$SERVICE_DIR"/"$SERVICE_FILE" sudo chmod 600 "$SERVICE_DIR"/"$SERVICE_FILE" - sudo launchctl load "$SERVICE_FILE" + sudo launchctl load "$SERVICE_DIR"/"$SERVICE_FILE" echo "Installed launchd job." }