mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-12 08:29:16 +00:00
Consolidate lnd config generation
This commit is contained in:
parent
f78add0af1
commit
74ebb93d02
|
@ -1,5 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Setup Initial LND Node Name
|
||||
if [ ! -f /mnt/hdd/mynode/settings/.lndalias ]; then
|
||||
echo "mynodebtc.com [myNode]" > /mnt/hdd/mynode/settings/.lndalias
|
||||
fi
|
||||
|
||||
# Generate LND Config
|
||||
if [ -f /mnt/hdd/mynode/settings/lnd_custom.conf ]; then
|
||||
# Use Custom Config
|
||||
|
|
|
@ -194,11 +194,6 @@ do
|
|||
chmod 600 /mnt/hdd/mynode/settings/.btcrpcpw
|
||||
done
|
||||
|
||||
# Setup LND Node Name
|
||||
if [ ! -f /mnt/hdd/mynode/settings/.lndalias ]; then
|
||||
echo "mynodebtc.com [myNode]" > /mnt/hdd/mynode/settings/.lndalias
|
||||
fi
|
||||
|
||||
# Default QuickSync
|
||||
if [ ! -f /mnt/hdd/mynode/settings/.setquicksyncdefault ]; then
|
||||
# Default x86 to no QuickSync
|
||||
|
|
Loading…
Reference in New Issue
Block a user