Skip to content

Commit

Permalink
upload new code
Browse files Browse the repository at this point in the history
  • Loading branch information
htrgouvea committed Dec 14, 2017
1 parent 5254c3a commit 1ad1f72
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions lib/Nipe/Functions.pm
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ sub install {
system ("sudo mkdir -p /etc/tor");
system ("sudo mv torrc /etc/tor/torrc");
system ("sudo chmod 644 /etc/tor/torrc");
system ("sudo systemctl enable tor");
system ("sudo systemctl restart tor");
}

Expand Down
2 changes: 0 additions & 2 deletions lib/Nipe/Start.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ sub new {

my $username = Nipe::Device -> getUsername();

system ("sudo systemctl start tor");

foreach my $table (@table) {
my $target = "ACCEPT";

Expand Down

0 comments on commit 1ad1f72

Please sign in to comment.