From aa4aabcfeb1f6227f40d28492e723cbeb0fe3742 Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Thu, 8 Aug 2024 16:38:08 +0200 Subject: [PATCH] Also add manual option to winapps binary Signed-off-by: Felix Bartels --- bin/winapps | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/winapps b/bin/winapps index b9dacfc..a1e2efd 100755 --- a/bin/winapps +++ b/bin/winapps @@ -675,6 +675,8 @@ if [ "$WAFLAVOR" = "docker" ] || [ "$WAFLAVOR" = "podman" ]; then elif [ "$WAFLAVOR" = "libvirt" ]; then waCheckGroupMembership waCheckVMRunning +elif [ "$WAFLAVOR" = "manual" ]; then + waCheckPortOpen else waThrowExit "$EC_INVALID_FLAVOR" fi