Browse Source

make sure /etc/tor exists

dev
bluecell296 6 years ago
committed by GitHub
parent
commit
bc99bb8154
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      home.admin/config.scripts/internet.tor.sh

2
home.admin/config.scripts/internet.tor.sh

@ -27,6 +27,8 @@ if [ ${#runBehindTor} -eq 0 ]; then
fi
# location of TOR config
# make sure /etc/tor exists
sudo mkdir /etc/tor
torrc="/etc/tor/torrc"
# stop services

Loading…
Cancel
Save