mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
add hostname to configfile
This commit is contained in:
parent
68a2ee313a
commit
e03bf9edb6
1 changed files with 1 additions and 0 deletions
|
@ -263,6 +263,7 @@ if [ "${setupPhase}" == "setup" ]; then
|
|||
echo "lightning=${lightning}" >> $CONFIGFILE
|
||||
echo "network=${network}" >> $CONFIGFILE
|
||||
echo "chain=main" >> $CONFIGFILE
|
||||
echo "hostname='${hostname}'" >> $CONFIGFILE
|
||||
echo "runBehindTor=on" >> $CONFIGFILE
|
||||
|
||||
# user needs to set all passwords
|
||||
|
|
Loading…
Add table
Reference in a new issue