소스 검색

debian-tor

Bob Mottram 11 년 전
부모
커밋
309eced9d2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh 파일 보기

@@ -4974,7 +4974,7 @@ function route_outgoing_traffic_through_tor {
4974 4974
   _non_tor="192.168.1.0/24 192.168.0.0/24"
4975 4975
 
4976 4976
   # The user that Tor runs as
4977
-  _tor_uid="debian-+"
4977
+  _tor_uid="debian-tor"
4978 4978
 
4979 4979
   # Tor's TransPort
4980 4980
   _trans_port="9040"