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