Skip to content

Commit

Permalink
WIP 3
Browse files Browse the repository at this point in the history
  • Loading branch information
noliveleger committed Sep 13, 2023
1 parent 256ac68 commit 9e11269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ def start(cls, frontend_only=False, force_setup=False):

# Start reverse proxy if user uses it.
if config.use_letsencrypt:
if force_setup or not config.is_certs_path_updated:
if force_setup or not config.is_letsencrypt_certs_path_updated:
# Let's Encrypt NGINX container needs kobo-docker NGINX
# container to be started first
config.init_letsencrypt()
Expand Down

0 comments on commit 9e11269

Please sign in to comment.