Skip to content

Commit

Permalink
Change variable check to match existing style
Browse files Browse the repository at this point in the history
Signed-off-by: Tai Kedzierski <dch.tai@gmail.com>
  • Loading branch information
taikedz committed Mar 19, 2017
1 parent d2e5c5d commit a9a53b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/lxc-download.in
Expand Up @@ -53,7 +53,7 @@ LXC_NAME=
LXC_PATH=
LXC_ROOTFS=

if [ -z "${DOWNLOAD_KEYSERVER+x}" ]; then
if [ -z "${DOWNLOAD_KEYSERVER:-}" ]; then
DOWNLOAD_KEYSERVER="hkp://pool.sks-keyservers.net"

# Deal with GPG over http proxy
Expand Down

0 comments on commit a9a53b5

Please sign in to comment.