diff --git a/pom.xml b/pom.xml index 5ebed11c9..053e325cf 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.uid2 uid2-operator - 5.44.6 + 5.44.7-alpha-141-SNAPSHOT UTF-8 diff --git a/scripts/aws/ec2.py b/scripts/aws/ec2.py index ee47f4556..772c571e3 100644 --- a/scripts/aws/ec2.py +++ b/scripts/aws/ec2.py @@ -205,7 +205,7 @@ def __run_nitro_enclave(self): if self.configs.get('debug_mode', False): print("Running in debug_mode") command += ["--debug-mode", "--attach-console"] - self.run_command(command, seperate_process=True) + self.run_command(command) def run_compute(self) -> None: """Main execution flow for confidential compute.""" @@ -255,4 +255,4 @@ def __kill_auxiliaries(self) -> None: print("Failed starting up Confidential Compute. Please checks the logs for errors and retry \n", e) except Exception as e: print("Unexpected failure while starting up Confidential Compute. Please contact UID support team with this log \n ", e) - \ No newline at end of file +