This commit is contained in:
Luke Murphy 2020-03-15 09:01:00 +01:00
parent ea4dc4a548
commit 402b30bafe
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ setup_letsencrypt_certs() {
if [ -d "/home/dokku/gitea/letsencrypt" ]; then
echo "=====> Generating let's encrypt certificates"
dokku letsencrypt gitea
dokku letsencrypt "$APP"
fi
}