Bob Mottram преди 8 години
родител
ревизия
4646670138
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      src/freedombone-logging

+ 1
- 1
src/freedombone-logging Целия файл

@@ -85,7 +85,7 @@ if [[ "$1" == "on" || "$1" == "On" || "$1" == "ON" ]]; then
85 85
     if [ -d /etc/tor ]; then
86 86
         if [ ! -f /var/log/tor.log ]; then
87 87
             touch /var/log/tor.log
88
-            chown root:debian-tor /var/log/tor.log
88
+            chown debian-tor:debian-tor /var/log/tor.log
89 89
         fi
90 90
         sed -i 's|#Log notice file.*|Log notice file /var/log/tor.log|g' /etc/tor/torrc
91 91
         sed -i 's|Log notice file.*|Log notice file /var/log/tor.log|g' /etc/tor/torrc