Skip to content

Commit

Permalink
calling py script with user debian-tor
Browse files Browse the repository at this point in the history
  • Loading branch information
nyxnor committed Jun 14, 2021
1 parent b3af7da commit b82c20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/_commands.sh
Expand Up @@ -18,7 +18,7 @@ function newnym(){
echo "Savind old ID..."
oldID=$(curl --connect-timeout 15 --socks5-hostname 127.0.0.1:9050 ifconfig.me 2>/dev/null)
echo "Requesting new identity ..."
sudo python3 /home/joininbox/scripts/standalone/tor.newnym.py
sudo -u debian-tor python3 /home/joininbox/scripts/standalone/tor.newnym.py
sleep 3
echo "Savind new ID..."
newID=$(curl --connect-timeout 15 --socks5-hostname 127.0.0.1:9050 ifconfig.me 2>/dev/null)
Expand Down

0 comments on commit b82c20a

Please sign in to comment.