mirror of
https://github.com/edu4rdshl/tor-router.git
synced 2026-07-17 23:24:48 +00:00
parent
0bfd341c65
commit
7658db7e1c
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ if ! command -v tor > /dev/null; then
|
|||
elif ! systemctl is-active tor.service > /dev/null; then
|
||||
echo "The tor service is not active, please start the tor service before running the script."
|
||||
exit
|
||||
if ! command -v iptables > /dev/null; then
|
||||
elif ! command -v iptables > /dev/null; then
|
||||
echo "You need to install the iptables package."
|
||||
exit
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue