mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-01 15:07:21 +02:00
bitcoin startup info
This commit is contained in:
@@ -50,14 +50,14 @@ if [ ${bitcoinActive} -eq 0 ] || [ ${#bitcoinErrorFull} -gt 0 ] || [ "${1}" == "
|
|||||||
|
|
||||||
if [ "$USER" != "admin" ]; then
|
if [ "$USER" != "admin" ]; then
|
||||||
|
|
||||||
if [ ${uptime} -gt 800 ]; then
|
if [ ${uptime} -gt 600 ]; then
|
||||||
infoStr=" The ${network}d service is NOT RUNNING!\n\n Login for more details & options:"
|
if [ ${uptime} -gt 800 ] || [ ${#bitcoinErrorFull} -gt 0 ] || [ "${1}" == "blockchain-error" ]; then
|
||||||
else
|
|
||||||
if [ ${#bitcoinErrorFull} -gt 0 ] || [ "${1}" == "blockchain-error" ]; then
|
|
||||||
infoStr=" The ${network}d service is NOT RUNNING!\n ${bitcoinErrorShort}\n Login for more details & options:"
|
infoStr=" The ${network}d service is NOT RUNNING!\n ${bitcoinErrorShort}\n Login for more details & options:"
|
||||||
else
|
else
|
||||||
infoStr=" The ${network}d service is starting:\n ${bitcoinErrorShort}\n Login with SSH for more details:"
|
infoStr=" The ${network}d service is running:\n ${bitcoinErrorShort}\n Login with SSH for more details:"
|
||||||
fi
|
fi
|
||||||
|
else
|
||||||
|
infoStr=" The ${network}d service is starting:\n ${bitcoinErrorShort}\n Login with SSH for more details:"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user