keyserver database gets cleaned up anyway via the daily sks script

This commit is contained in:
Bob Mottram 2017-08-06 21:07:02 +01:00
parent bb64427344
commit db322c02d3
1 changed files with 0 additions and 8 deletions

View File

@ -67,14 +67,6 @@ fi
update-ca-certificates
# remove any keyserver log files
if [ -d /var/lib/sks/DB ]; then
cd /var/lib/sks/DB
systemctl stop sks
db_archive -d
systemctl start sks
fi
if [ ! -d $PROJECT_DIR ]; then
git_clone $PROJECT_REPO $PROJECT_DIR
fi