Typo
This commit is contained in:
parent
b42080788a
commit
7479e08e1c
|
@ -184,7 +184,7 @@ if [[ "$1" == "on" || "$1" == "On" || "$1" == "ON" ]]; then
|
||||||
fi
|
fi
|
||||||
turn_on_rsys_logging
|
turn_on_rsys_logging
|
||||||
else
|
else
|
||||||
rurn_logging_off
|
turn_logging_off
|
||||||
|
|
||||||
if [ -d /etc/tor ]; then
|
if [ -d /etc/tor ]; then
|
||||||
sed -i 's|#Log notice file.*|Log notice file /dev/null|g' /etc/tor/torrc
|
sed -i 's|#Log notice file.*|Log notice file /dev/null|g' /etc/tor/torrc
|
||||||
|
|
Loading…
Reference in New Issue