Skip to content

Commit

Permalink
fix: Port forwarding
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Dec 29, 2023
1 parent ad99459 commit 7dbb66b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/network.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ getPorts() {
local args=""
local vnc="5900"

list=${list//,/ }
list="${list//,/ }"
list="${list## }"
list="${list%% }"

Expand All @@ -122,7 +122,6 @@ getPorts() {
fi

echo "$args"

return 0
}

Expand Down

0 comments on commit 7dbb66b

Please sign in to comment.