Skip to content
Snippets Groups Projects
Commit e6b0f9ec authored by Bob Mottram's avatar Bob Mottram
Browse files

Prevent freedns log from getting too giant

parent 4c5783c4
No related branches found
No related tags found
No related merge requests found
......@@ -153,6 +153,9 @@ if [ -d "$PROJECT_DIR" ]; then
android_update_apps yes
populate_keyservers
disable_email_encryption_at_rest
if [ -f /var/log/freedns_@_update.log ]; then
rm /var/log/freedns_@_update.log
fi
#defrag_filesystem
# reinstall tor from backports
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment