Update network.sh
This commit is contained in:
parent
619b0d7f2b
commit
1b674e0b40
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ getPorts() {
|
|||
[ -z "$list" ] && list="$vnc" || list="$list,$vnc"
|
||||
fi
|
||||
|
||||
[ -z "$list" ] && return 0
|
||||
[ -z "$list" ] && echo "" && return 0
|
||||
|
||||
if [[ "$list" != *","* ]]; then
|
||||
echo " ! --dport $list"
|
||||
|
|
|
|||
Loading…
Reference in a new issue