mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-27 02:01:53 +01:00
#304 issue fixed
This commit is contained in:
parent
47651e9dd1
commit
70770a5dad
@ -57,7 +57,7 @@ fi
|
||||
|
||||
# location of TOR config
|
||||
# make sure /etc/tor exists
|
||||
sudo mkdir /etc/tor
|
||||
sudo mkdir /etc/tor 2>/dev/null
|
||||
torrc="/etc/tor/torrc"
|
||||
|
||||
# stop services
|
||||
@ -251,18 +251,6 @@ if [ "$1" = "0" ] || [ "$1" = "off" ]; then
|
||||
echo "OK"
|
||||
echo ""
|
||||
|
||||
#echo "*** Remove Tor ***"
|
||||
#sudo apt remove tor tor-arm -y
|
||||
#echo ""
|
||||
|
||||
#echo "*** Remove NYX ***"
|
||||
#sudo pip uninstall nyx -y
|
||||
#echo ""
|
||||
|
||||
#echo "*** Remove TOR Files/Config ***"
|
||||
#sudo rm -r -f /mnt/hdd/tor
|
||||
#echo ""
|
||||
|
||||
echo "needs reboot to activate new setting"
|
||||
exit 0
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user