mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
test new line
This commit is contained in:
parent
9d1e9eb1af
commit
c4258db23a
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ if [ "$1" = "peer-status" ]; then
|
|||
running=0
|
||||
peerNum=0
|
||||
fi
|
||||
result=$'running=$running\npeers=$peerNum'
|
||||
result=$'running=${running}\npeers=${peerNum}'
|
||||
|
||||
# output to cache (normally gets written every 1min by background)
|
||||
echo "${result}" > /var/cache/raspiblitz/temp/network.monitor.peer-status.cache
|
||||
|
|
Loading…
Add table
Reference in a new issue