deploy
This commit is contained in:
parent
52f0168460
commit
5ad8a063f4
1 changed files with 1 additions and 4 deletions
|
|
@ -99,9 +99,6 @@ bitcoin.mainnet=true
|
||||||
bitcoin.node=neutrino
|
bitcoin.node=neutrino
|
||||||
neutrino.addpeer=neutrino.shock.network
|
neutrino.addpeer=neutrino.shock.network
|
||||||
feeurl=https://nodes.lightning.computer/fees/v1/btc-fee-estimates.json
|
feeurl=https://nodes.lightning.computer/fees/v1/btc-fee-estimates.json
|
||||||
noseedbackup=true
|
|
||||||
wallet-unlock-password-file=~/lnpass
|
|
||||||
wallet-unlock-allow-create=true
|
|
||||||
EOF
|
EOF
|
||||||
echo "Created new lnd.conf file."
|
echo "Created new lnd.conf file."
|
||||||
fi
|
fi
|
||||||
|
|
@ -238,6 +235,7 @@ display_starting_animation() {
|
||||||
|
|
||||||
# Start services
|
# Start services
|
||||||
start_services() {
|
start_services() {
|
||||||
|
display_starting_animation
|
||||||
USER_HOME=$(eval echo ~$(whoami))
|
USER_HOME=$(eval echo ~$(whoami))
|
||||||
if [[ "$OS" == "Linux" ]]; then
|
if [[ "$OS" == "Linux" ]]; then
|
||||||
if [ "$SYSTEMCTL_AVAILABLE" = true ]; then
|
if [ "$SYSTEMCTL_AVAILABLE" = true ]; then
|
||||||
|
|
@ -308,7 +306,6 @@ EOF"
|
||||||
create_start_script
|
create_start_script
|
||||||
fi
|
fi
|
||||||
|
|
||||||
display_starting_animation
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Upgrade flag
|
# Upgrade flag
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue