mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-02 05:07:19 +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
|
elif [ "$WAFLAVOR" = "libvirt" ]; then
|
||||||
waCheckGroupMembership
|
waCheckGroupMembership
|
||||||
waCheckVMRunning
|
waCheckVMRunning
|
||||||
|
elif [ "$WAFLAVOR" = "manual" ]; then
|
||||||
|
waCheckPortOpen
|
||||||
else
|
else
|
||||||
waThrowExit "$EC_INVALID_FLAVOR"
|
waThrowExit "$EC_INVALID_FLAVOR"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user