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)
|
||||
DISPLAY_OPTS="-display none -vga none"
|
||||
;;
|
||||
;;
|
||||
*)
|
||||
DISPLAY_OPTS="-display $DISPLAY -vga $VGA"
|
||||
;;
|
||||
|
|
|
@ -106,7 +106,7 @@ getPorts() {
|
|||
fi
|
||||
|
||||
[ -z "$list" ] && return 0
|
||||
|
||||
|
||||
if [[ "$list" != *","* ]]; then
|
||||
echo " ! --dport $list"
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue