Skip to content

Commit

Permalink
Fix torctl-autostart error 'already started'. Closes BlackArch#21
Browse files Browse the repository at this point in the history
  • Loading branch information
4B4DB4B3 committed Feb 25, 2024
1 parent 202e4b2 commit 2b8580e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion torctl
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,9 @@ apply_sysctl_rules() {
start() {
# check if started
if is_started; then
err "torctl is already started"
# err "torctl is already started"
# Fix torctl-autostart error 'already started'
stop
fi

# backup torrc
Expand Down

0 comments on commit 2b8580e

Please sign in to comment.