That's not there :/

This commit is contained in:
Luke Murphy
2020-03-15 09:08:01 +01:00
parent e5cd494c5a
commit ddffce5711

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
}