Bob Mottram 10 年 前
コミット
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"