Replace todo with existing port check option

Signed-off-by: Felix Bartels <felix@9wd.eu>
This commit is contained in:
Felix Bartels 2024-08-08 14:11:40 +02:00
parent 2741dfd3a2
commit 3e6a27f4ea

View File

@ -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}"