give startup more time

This commit is contained in:
rootzoll 2020-07-23 15:52:05 +02:00
parent eae63dc3b6
commit 540ce10bad

View file

@ -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