From 5ad8a063f433837928444bcc821e9b3e8f79f3b3 Mon Sep 17 00:00:00 2001 From: "Justin (shocknet)" Date: Sun, 30 Jun 2024 17:42:04 -0400 Subject: [PATCH] deploy --- deploy.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/deploy.sh b/deploy.sh index 9caa4b76..0033300a 100644 --- a/deploy.sh +++ b/deploy.sh @@ -99,9 +99,6 @@ bitcoin.mainnet=true bitcoin.node=neutrino neutrino.addpeer=neutrino.shock.network feeurl=https://nodes.lightning.computer/fees/v1/btc-fee-estimates.json -noseedbackup=true -wallet-unlock-password-file=~/lnpass -wallet-unlock-allow-create=true EOF echo "Created new lnd.conf file." fi @@ -238,6 +235,7 @@ display_starting_animation() { # Start services start_services() { + display_starting_animation USER_HOME=$(eval echo ~$(whoami)) if [[ "$OS" == "Linux" ]]; then if [ "$SYSTEMCTL_AVAILABLE" = true ]; then @@ -308,7 +306,6 @@ EOF" create_start_script fi - display_starting_animation } # Upgrade flag