mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-19 12:10:33 +02:00
make sure lnd is put behind tor
This commit is contained in:
@@ -306,8 +306,7 @@ else
|
||||
fi
|
||||
|
||||
# TOR
|
||||
source <(/home/admin/config.scripts/internet.tor.sh status)
|
||||
if [ "${runBehindTor}" == "on" ] && [ "${torRunning}" == "0" ]; then
|
||||
if [ "${runBehindTor}" == "on" ]; then
|
||||
echo "Provisioning TOR - run config script" >> ${logFile}
|
||||
sudo sed -i "s/^message=.*/message='Setup Tor (takes time)'/g" ${infoFile}
|
||||
sudo /home/admin/config.scripts/internet.tor.sh on >> ${logFile} 2>&1
|
||||
|
Reference in New Issue
Block a user