mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-20 21:28:54 +02:00
default start info
This commit is contained in:
@@ -42,6 +42,9 @@ if [ ${bitcoinActive} -eq 0 ] || [ ${#bitcoinErrorFull} -gt 0 ]; then
|
||||
fi
|
||||
else
|
||||
height=6
|
||||
if [ ${#bitcoinErrorShort} -eq 0 ]; then
|
||||
bitcoinErrorShort="Initial Startup"
|
||||
fi
|
||||
infoStr=" The ${network}d service is starting.\n${bitcoinErrorShort}\n Login for more details:"
|
||||
if [ "$USER" == "admin" ]; then
|
||||
infoStr=" The ${network}d service is starting.\n${bitcoinErrorShort}\nPlease wait up to 5min ..."
|
||||
|
Reference in New Issue
Block a user