mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
fix info output
This commit is contained in:
parent
5bd2d49d3f
commit
7b2dfc57df
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue