mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-20 04:37:19 +02:00
error UI
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# RaspiBlitz: systemd unit for bitcoind
|
||||
# wants & after will be set after intial setup
|
||||
# edit final Wants/After when provision is done
|
||||
Wants=network.target
|
||||
After=network.target
|
||||
|
||||
[Unit]
|
||||
Description=Bitcoin-Daemon
|
||||
|
@@ -1,5 +1,7 @@
|
||||
# RaspiBlitz: systemd unit for bitcoind
|
||||
# wants & after will be set after intial setup
|
||||
# edit final Wants/After when provision is done
|
||||
Wants=network.target
|
||||
After=network.target
|
||||
|
||||
[Unit]
|
||||
Description=Litecoin-Daemon
|
||||
|
@@ -59,7 +59,7 @@ ${contentString}
|
||||
------------------------------------
|
||||
Use terminal command to login:
|
||||
ssh admin@${localip}
|
||||
" 9 41
|
||||
" 10 41
|
||||
|
||||
elif [ "${eventID}" == "error" ] && [ "${mode}" == "ssh" ]; then
|
||||
|
||||
@@ -70,7 +70,7 @@ ${contentString}
|
||||
Please report to the Raspiblitz GitHub
|
||||
Use CTRL+C to exit to terminal.
|
||||
For shutdown use command: off
|
||||
" 9 50
|
||||
" 10 50
|
||||
|
||||
elif [ "${eventID}" == "provision" ] || [ "${eventID}" == "recovering" ]; then
|
||||
|
||||
|
Reference in New Issue
Block a user