style: Spaces (#343)
This commit is contained in:
parent
ced9942db6
commit
02238af1d5
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ case "${DISPLAY,,}" in
|
||||||
;;
|
;;
|
||||||
none)
|
none)
|
||||||
DISPLAY_OPTS="-display none -vga none"
|
DISPLAY_OPTS="-display none -vga none"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
DISPLAY_OPTS="-display $DISPLAY -vga $VGA"
|
DISPLAY_OPTS="-display $DISPLAY -vga $VGA"
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -106,7 +106,7 @@ getPorts() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
[ -z "$list" ] && return 0
|
[ -z "$list" ] && return 0
|
||||||
|
|
||||||
if [[ "$list" != *","* ]]; then
|
if [[ "$list" != *","* ]]; then
|
||||||
echo " ! --dport $list"
|
echo " ! --dport $list"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue