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. 4
      home.admin/config.scripts/internet.tor.sh

4
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
@ -269,4 +271,4 @@ fi
echo "FAIL - Unknown Paramter $1"
echo "may needs reboot to run normal again"
exit 1
exit 1

Loading…
Cancel
Save