mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
give startup more time
This commit is contained in:
parent
eae63dc3b6
commit
540ce10bad
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ if [ ${bitcoinActive} -eq 0 ] || [ ${#bitcoinErrorFull} -gt 0 ] || [ "${1}" == "
|
|||
|
||||
if [ "$USER" != "admin" ]; then
|
||||
|
||||
if [ ${uptime} -gt 600 ]; then
|
||||
if [ ${uptime} -gt 800 ]; then
|
||||
infoStr=" The ${network}d service is NOT RUNNING!\n\n Login for more details & options:"
|
||||
else
|
||||
if [ ${#bitcoinErrorFull} -gt 0 ] || [ "${1}" == "blockchain-error" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue