Bob Mottram 7 년 전
부모
커밋
7479e08e1c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/freedombone-logging

+ 1
- 1
src/freedombone-logging 파일 보기

@@ -184,7 +184,7 @@ if [[ "$1" == "on" || "$1" == "On" || "$1" == "ON" ]]; then
184 184
     fi
185 185
     turn_on_rsys_logging
186 186
 else
187
-    rurn_logging_off
187
+    turn_logging_off
188 188
 
189 189
     if [ -d /etc/tor ]; then
190 190
         sed -i 's|#Log notice file.*|Log notice file /dev/null|g' /etc/tor/torrc