From 0d00f566cc0a567f0935ab07d382b33d1158bbd7 Mon Sep 17 00:00:00 2001 From: Daniel Dayley Date: Tue, 20 Jul 2021 19:31:41 -0600 Subject: [PATCH] Fixed another typo --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 8d291eb..9a316d3 100755 --- a/setup.sh +++ b/setup.sh @@ -41,7 +41,7 @@ install_launchd() { echo "Installed launchd job." } -install_service() { +install_services() { echo "Installing included service files..." # Systemd job installation if [[ "$OS" == "Linux" && $(pidof systemd) ]]; then