mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 20:16:22 +02:00
error UI
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user