From 6ad214ba4a5e7c787b84fac45bae02a404ad3f7f Mon Sep 17 00:00:00 2001 From: medmunds Date: Tue, 29 Dec 2020 10:20:23 -0800 Subject: [PATCH] Fix typo --- deploy/unifi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/unifi.sh b/deploy/unifi.sh index b17e1449..97bdac8a 100644 --- a/deploy/unifi.sh +++ b/deploy/unifi.sh @@ -86,7 +86,7 @@ unifi_deploy() { _debug _cloudkey_certdir "$_cloudkey_certdir" if [ "$_cloudkey_deploy" = "yes" ]; then if [ ! -d "$_cloudkey_certdir" ]; then - if [ -z "$DEPLOY_UNIFI_CLOUDKEY_CERTDIR"]; then + if [ -z "$DEPLOY_UNIFI_CLOUDKEY_CERTDIR" ]; then _err "Attempting to deploy on a Cloud Key, but cert dir not found in usual location." _err "Either set DEPLOY_UNIFI_CLOUDKEY=no or define DEPLOY_UNIFI_CLOUDKEY_CERTDIR." return 1