mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 21:29:29 +02:00
make sure /etc/tor exists
This commit is contained in:
parent
247bcc1f34
commit
bc99bb8154
@ -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…
x
Reference in New Issue
Block a user