Update script to use new conf path

This commit is contained in:
Patrik Lundin 2024-10-22 17:12:56 +02:00
parent 4856be3f06
commit d632aaca5c
Signed by: patlu
GPG key ID: A0A812BA2249F294

View file

@ -124,7 +124,7 @@ def main() -> None:
# } # }
# } # }
# } # }
with open("/etc/sunet-cdn-l4lb/netns.json", encoding="utf-8") as f: with open("/opt/sunet-cdn/l4lb/conf/netns.json", encoding="utf-8") as f:
netns_data = json.load(f) netns_data = json.load(f)
setup_namespaces(netns_data) setup_namespaces(netns_data)