mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
error UI
This commit is contained in:
parent
f65eb7d035
commit
9211380701
3 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue