From 7b2dfc57df76a2789615d6440cd11c39b8b9f5ed Mon Sep 17 00:00:00 2001 From: rootzoll Date: Wed, 18 Dec 2019 13:10:13 +0100 Subject: [PATCH] fix info output --- home.admin/config.scripts/bonus.electrs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/config.scripts/bonus.electrs.sh b/home.admin/config.scripts/bonus.electrs.sh index b0bf47231..ce15360b4 100644 --- a/home.admin/config.scripts/bonus.electrs.sh +++ b/home.admin/config.scripts/bonus.electrs.sh @@ -31,7 +31,7 @@ if [ "$1" = "status" ]; then serviceRunning=$(sudo systemctl status electrs --no-page 2>/dev/null | grep -c "active (running)") echo "serviceRunning=${serviceRunning}" if [ ${serviceRunning} -eq 0 ]; then - echo "infoSync='Service not running - check: sudo journalctl -u electrs'" + echo "infoSync='Not running - check: sudo journalctl -u electrs'" fi if [ ${serviceRunning} -eq 1 ]; then