mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-29 04:52:32 +02:00
add hostname to configfile
This commit is contained in:
@@ -263,6 +263,7 @@ if [ "${setupPhase}" == "setup" ]; then
|
|||||||
echo "lightning=${lightning}" >> $CONFIGFILE
|
echo "lightning=${lightning}" >> $CONFIGFILE
|
||||||
echo "network=${network}" >> $CONFIGFILE
|
echo "network=${network}" >> $CONFIGFILE
|
||||||
echo "chain=main" >> $CONFIGFILE
|
echo "chain=main" >> $CONFIGFILE
|
||||||
|
echo "hostname='${hostname}'" >> $CONFIGFILE
|
||||||
echo "runBehindTor=on" >> $CONFIGFILE
|
echo "runBehindTor=on" >> $CONFIGFILE
|
||||||
|
|
||||||
# user needs to set all passwords
|
# user needs to set all passwords
|
||||||
|
Reference in New Issue
Block a user