From 4cac9069156bcbf4b18fd00ca26fab518af8002f Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 14 Oct 2025 16:43:21 +0200 Subject: [PATCH] Update network.sh --- src/network.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/network.sh b/src/network.sh index 60bcd5c..bebb8a8 100644 --- a/src/network.sh +++ b/src/network.sh @@ -204,9 +204,9 @@ getUserPorts() { list=$(echo "${list// /}" | sed 's/,*$//g') local ssh="22" - local dsm="5000" + local dsm="5000,5001" [ -z "$list" ] && list="$ssh,$dsm" || list+=",$ssh,$dsm" - + list="${list//,,/,}" list="${list//,/ }" list="${list## }"