mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: GitLab Duo <gitlab-duo@gitlab.com>
This commit is contained in:
@@ -68,7 +68,8 @@ def handle_stop(install_path: str):
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
# stop application
|
# stop application
|
||||||
run_script(f'{install_path}/stop')
|
if run_script(f'{install_path}/stop') != 0:
|
||||||
|
return 1
|
||||||
|
|
||||||
return 0
|
return 0
|
||||||
except subprocess.CalledProcessError as e:
|
except subprocess.CalledProcessError as e:
|
||||||
|
|||||||
Reference in New Issue
Block a user