fix: Port forwarding (#294)

This commit is contained in:
Kroese 2023-12-29 23:39:15 +01:00 committed by GitHub
parent 1aff00d3ee
commit 1ac1478bd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,6 +97,7 @@ getPorts() {
local args=""
local vnc="5900"
list=${list//,/ }
list="${list## }"
list="${list%% }"