That's not there :/

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

View File

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