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

Remove any keyserver log files during upgrades

parent 9ce7e291
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,12 @@ fi
update-ca-certificates
# remove any keyserver log files
if [ -d /var/lib/sks/DB ]; then
cd /var/lib/sks/DB
db_archive -d
fi
if [ ! -d $PROJECT_DIR ]; then
git_clone $PROJECT_REPO $PROJECT_DIR
fi
......
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