mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-19 18:37:41 +01:00
add more space
This commit is contained in:
@@ -166,7 +166,7 @@ while :
|
|||||||
# when takes longer display error
|
# when takes longer display error
|
||||||
uptimeSeconds="$(cat /proc/uptime | grep -o '^[0-9]\+')"
|
uptimeSeconds="$(cat /proc/uptime | grep -o '^[0-9]\+')"
|
||||||
if [ ${uptimeSeconds} -gt 120 ]; then
|
if [ ${uptimeSeconds} -gt 120 ]; then
|
||||||
l2="---> Error: ${clienterror}\n"
|
l2="---> ${clienterror}\n"
|
||||||
boxwidth=70
|
boxwidth=70
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user