mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-06 18:12:14 +02:00
fix staus scan
This commit is contained in:
@@ -34,7 +34,7 @@ echo "uptime=${uptime}"
|
|||||||
# get UPS info (if configured)
|
# get UPS info (if configured)
|
||||||
if [ ${#ups} -gt 0 ]; then
|
if [ ${#ups} -gt 0 ]; then
|
||||||
source /home/admin/config.scripts/blitz.ups.sh status
|
source /home/admin/config.scripts/blitz.ups.sh status
|
||||||
echo "upsStatus=${upsStatus}"
|
echo "upsStatus='${upsStatus}'"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# count restarts of bitcoind/litecoind
|
# count restarts of bitcoind/litecoind
|
||||||
|
Reference in New Issue
Block a user