mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 10:41:32 +00:00
Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: GitLab Duo <gitlab-duo@gitlab.com>
This commit is contained in:
@@ -45,7 +45,8 @@ def handle_start(src_dir, install_path):
|
|||||||
shutil.copytree(src_dir, install_path, dirs_exist_ok=True)
|
shutil.copytree(src_dir, install_path, dirs_exist_ok=True)
|
||||||
|
|
||||||
# start application
|
# start application
|
||||||
run_script(f'{install_path}/start')
|
if run_script(f'{install_path}/start') != 0:
|
||||||
|
return 1
|
||||||
|
|
||||||
return 0
|
return 0
|
||||||
except Exception as ex:
|
except Exception as ex:
|
||||||
|
|||||||
Reference in New Issue
Block a user