mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-13 22:29:20 +02:00
fix syntax bug
This commit is contained in:
parent
ab6b947127
commit
7de8aaf802
@ -88,7 +88,7 @@ fi
|
||||
source <(/home/admin/config.scripts/network.monitor.sh peer-status cached)
|
||||
|
||||
online=0
|
||||
if [ "${peers}" != "0" ] && "${peers}" != ""; then
|
||||
if [ "${peers}" != "0" ] && [ "${peers}" != "" ]; then
|
||||
# bitcoind has peers - so device is online
|
||||
online=1
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user