mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-11-13 13:33:42 +08:00
style: Quote variables (#563)
This commit is contained in:
@@ -3,8 +3,8 @@ set -Eeuo pipefail
|
||||
|
||||
# Docker environment variables
|
||||
|
||||
: ${GPU:='N'} # GPU passthrough
|
||||
: ${DISPLAY:='none'} # Display type
|
||||
: "${GPU:='N'}" # GPU passthrough
|
||||
: "${DISPLAY:='none'}" # Display type
|
||||
|
||||
if [[ "$GPU" != [Yy1]* ]] || [[ "$ARCH" != "amd64" ]]; then
|
||||
|
||||
|
||||
Reference in New Issue
Block a user