From 2da56bc31f00cd350622550e5392d5bc20d57b28 Mon Sep 17 00:00:00 2001 From: Kelly Date: Sun, 22 Mar 2026 15:37:34 -0700 Subject: [PATCH] Update install_service.sh --- etc/install_service.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/install_service.sh b/etc/install_service.sh index 9f94879..ceb048b 100644 --- a/etc/install_service.sh +++ b/etc/install_service.sh @@ -106,7 +106,7 @@ else fi if [[ $NEED_MESHTASTICD -eq 1 ]]; then - if ! systemctl list-units --type=service --no-pager--all | grep -q "meshtasticd.service"; then + if ! systemctl list-units --type=service --no-pager --all | grep -q "meshtasticd.service"; then die "meshtasticd.service dependency not found. to ignore this check, run with --no-meshtasticd flag." fi MESHTASTICD_DEPENDENCY_LINES=$'\nAfter=meshtasticd.service\nRequires=meshtasticd.service'