Also add manual option to winapps binary

Signed-off-by: Felix Bartels <felix@9wd.eu>
This commit is contained in:
Felix Bartels 2024-08-08 16:38:08 +02:00
parent 3e6a27f4ea
commit aa4aabcfeb

View File

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