From 3e6a27f4ea62d21f2fc93d59fa6a126542ff2e4f Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Thu, 8 Aug 2024 14:11:40 +0200 Subject: [PATCH] Replace todo with existing port check option Signed-off-by: Felix Bartels --- installer.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/installer.sh b/installer.sh index 9fea1d6..554a373 100755 --- a/installer.sh +++ b/installer.sh @@ -1494,8 +1494,7 @@ function waInstall() { # Check if the Windows VM is powered on. waCheckVMRunning elif [ "$WAFLAVOR" = "manual" ]; then - # TODO do some checks for an existing windows vm - echo "Using existing vm" + waCheckPortOpen else # Display the error type. echo -e "${ERROR_TEXT}ERROR:${CLEAR_TEXT} ${BOLD_TEXT}INVALID WINAPPS BACKEND.${CLEAR_TEXT}"