Fixed another typo

This commit is contained in:
Daniel Dayley 2021-07-20 19:31:41 -06:00
parent a754bf2393
commit 0d00f566cc

View File

@ -41,7 +41,7 @@ install_launchd() {
echo "Installed launchd job." echo "Installed launchd job."
} }
install_service() { install_services() {
echo "Installing included service files..." echo "Installing included service files..."
# Systemd job installation # Systemd job installation
if [[ "$OS" == "Linux" && $(pidof systemd) ]]; then if [[ "$OS" == "Linux" && $(pidof systemd) ]]; then