bluecell296
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
1 deletions
-
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 |
|
|
|