mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-23 06:54:16 +02:00
fix info output
This commit is contained in:
parent
5bd2d49d3f
commit
7b2dfc57df
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user