mirror of
https://github.com/winapps-org/winapps.git
synced 2025-07-31 16:06:45 +02:00
Replace todo with existing port check option
Signed-off-by: Felix Bartels <felix@9wd.eu>
This commit is contained in:
@@ -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}"
|
||||
|
Reference in New Issue
Block a user