Fixed another typo
This commit is contained in:
parent
a754bf2393
commit
0d00f566cc
2
setup.sh
2
setup.sh
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user