create public directory

This commit is contained in:
Bryan 2017-05-23 21:26:10 -07:00
parent 444b341485
commit 452daae8b8
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ fi
# Export the GPG Public key
if [[ ! -f /opt/aptly/public/aptly_repo_signing.key ]]; then
mkdir -p /opt/aptly/public
gpg --export --armor > /opt/aptly/public/aptly_repo_signing.key
fi