escape correctly

This commit is contained in:
rootzoll
2021-08-28 16:57:45 +02:00
parent 344cad50ff
commit dfeb0a940f

View File

@@ -188,7 +188,7 @@ if [ "$1" == "prestart" ]; then
--tor\.socks=$SOCKSPORT --tor\.control=$CONTROLPORT
setting ${lndConfFile} ${insertLine} "tor.control" "9071"
setting ${lndConfFile} ${insertLine} "tor.socks" "9070"
setting ${lndConfFile} ${insertLine} "tor.privatekeypath" "\/mnt\/hdd\/lnd/${netprefix}v3" #v3\_onion\_private\_key
setting ${lndConfFile} ${insertLine} "tor.privatekeypath" "\/mnt\/hdd\/lnd\/${netprefix}v3" #v3\_onion\_private\_key
setting ${lndConfFile} ${insertLine} "tor.streamisolation" "true"
setting ${lndConfFile} ${insertLine} "tor.v3" "true"
setting ${lndConfFile} ${insertLine} "tor.active" "true"