mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-02 05:07:19 +02:00
Replace todo with existing port check option
Signed-off-by: Felix Bartels <felix@9wd.eu>
This commit is contained in:
parent
2741dfd3a2
commit
3e6a27f4ea
@ -1494,8 +1494,7 @@ function waInstall() {
|
|||||||
# Check if the Windows VM is powered on.
|
# Check if the Windows VM is powered on.
|
||||||
waCheckVMRunning
|
waCheckVMRunning
|
||||||
elif [ "$WAFLAVOR" = "manual" ]; then
|
elif [ "$WAFLAVOR" = "manual" ]; then
|
||||||
# TODO do some checks for an existing windows vm
|
waCheckPortOpen
|
||||||
echo "Using existing vm"
|
|
||||||
else
|
else
|
||||||
# Display the error type.
|
# Display the error type.
|
||||||
echo -e "${ERROR_TEXT}ERROR:${CLEAR_TEXT} ${BOLD_TEXT}INVALID WINAPPS BACKEND.${CLEAR_TEXT}"
|
echo -e "${ERROR_TEXT}ERROR:${CLEAR_TEXT} ${BOLD_TEXT}INVALID WINAPPS BACKEND.${CLEAR_TEXT}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user