Remove tor notices
This commit is contained in:
parent
ce2d1f4d1d
commit
8fe06f8111
|
@ -199,6 +199,7 @@ else
|
|||
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
|
||||
rm /var/log/tor/*
|
||||
fi
|
||||
if [ -d /var/log/radicale ]; then
|
||||
$REMOVE_FILES_COMMAND /var/log/radicale/*
|
||||
|
|
Loading…
Reference in New Issue