Skip to content

Commit

Permalink
Service Name
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoepr committed Dec 26, 2022
1 parent 10501ed commit 209c0aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mllp_https_gui/https2mllp_config_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def winservice(self):
subprocess.call(cmd, shell=True)

# Edit Service Parameters
cmd_name = '"' + path_to_nssm + '\\nssm.exe" set SECTRA_HTTPS_MLLP DisplayName "SECTRA - MLLP2HTTPS"'
cmd_name = '"' + path_to_nssm + '\\nssm.exe" set SECTRA_HTTPS_MLLP DisplayName "SECTRA - HTTPS2MLLP"'
subprocess.call(cmd_name)

if self.values['use_winservice_user']:
Expand Down
2 changes: 1 addition & 1 deletion mllp_https_gui/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.24"
__version__ = "0.0.25"

0 comments on commit 209c0aa

Please sign in to comment.