Skip to content
Snippets Groups Projects
Commit c9e522bf authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Fixed script to set domain (refs #21163).

parent 4674090c
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,6 @@ class SetAppDomain():
NGINX_SERVER_NAME_PATTERN = r'\s*server_name\s+([\w\-\_\.\ ]+);'
def __init__(self, *args):
self.display_header()
args = list(args)
# Check if help is required
if '-h' in args:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment