mirror of
https://github.com/winapps-org/winapps.git
synced 2025-05-31 20:37:18 +02:00
Also add manual option to winapps binary
Signed-off-by: Felix Bartels <felix@9wd.eu>
This commit is contained in:
parent
3e6a27f4ea
commit
aa4aabcfeb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user