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