mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +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
|
# 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]
|
[Unit]
|
||||||
Description=Bitcoin-Daemon
|
Description=Bitcoin-Daemon
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
# RaspiBlitz: systemd unit for bitcoind
|
# 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]
|
[Unit]
|
||||||
Description=Litecoin-Daemon
|
Description=Litecoin-Daemon
|
||||||
|
|
|
@ -59,7 +59,7 @@ ${contentString}
|
||||||
------------------------------------
|
------------------------------------
|
||||||
Use terminal command to login:
|
Use terminal command to login:
|
||||||
ssh admin@${localip}
|
ssh admin@${localip}
|
||||||
" 9 41
|
" 10 41
|
||||||
|
|
||||||
elif [ "${eventID}" == "error" ] && [ "${mode}" == "ssh" ]; then
|
elif [ "${eventID}" == "error" ] && [ "${mode}" == "ssh" ]; then
|
||||||
|
|
||||||
|
@ -70,7 +70,7 @@ ${contentString}
|
||||||
Please report to the Raspiblitz GitHub
|
Please report to the Raspiblitz GitHub
|
||||||
Use CTRL+C to exit to terminal.
|
Use CTRL+C to exit to terminal.
|
||||||
For shutdown use command: off
|
For shutdown use command: off
|
||||||
" 9 50
|
" 10 50
|
||||||
|
|
||||||
elif [ "${eventID}" == "provision" ] || [ "${eventID}" == "recovering" ]; then
|
elif [ "${eventID}" == "provision" ] || [ "${eventID}" == "recovering" ]; then
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue