#!/bin/bash

filename=$(python3 -c "from creole.config import CERT_DB; print(CERT_DB)")
rm -f $filename

exit 0
