Skip to content

Commit

Permalink
work in progress for idaholab#473, install.py is broken here
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Jul 18, 2024
1 parent c97c7dd commit 1b1dfc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -2298,7 +2298,7 @@ def tweak_malcolm_runtime(self, malcolm_install_path):
data['services']['nginx-proxy']['labels'].pop(label, None)

# Traefik enabled vs. disabled
data['services']['nginx-proxy']['labels']['traefik.enable'] = bool(behindReverseProxy)
data['services']['nginx-proxy']['labels']['traefik.enable'] = bool(traefikLabels)

if traefikLabels:
# general router enabled/disabled/host/etc values
Expand Down

0 comments on commit 1b1dfc8

Please sign in to comment.