mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-03-28 17:32:36 +01:00
Update install_service.sh
This commit is contained in:
@@ -106,7 +106,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $NEED_MESHTASTICD -eq 1 ]]; then
|
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 meshtasticd.service; then
|
||||||
die "meshtasticd.service dependency not found. to ignore this check, run with --no-meshtasticd flag."
|
die "meshtasticd.service dependency not found. to ignore this check, run with --no-meshtasticd flag."
|
||||||
fi
|
fi
|
||||||
MESHTASTICD_DEPENDENCY_LINES=$'\nAfter=meshtasticd.service\nRequires=meshtasticd.service'
|
MESHTASTICD_DEPENDENCY_LINES=$'\nAfter=meshtasticd.service\nRequires=meshtasticd.service'
|
||||||
|
|||||||
Reference in New Issue
Block a user