keyserver database gets cleaned up anyway via the daily sks script
This commit is contained in:
parent
bb64427344
commit
db322c02d3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue