add hostname to configfile

This commit is contained in:
rootzoll 2021-05-23 18:20:57 -05:00
parent 68a2ee313a
commit e03bf9edb6

View file

@ -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