From f451f49f428927dd56ccc1a3f78b92f8cca813aa Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Sat, 19 Oct 2024 13:30:14 -0700 Subject: [PATCH] letsencrypt: add missing " --- provision/letsencrypt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provision/letsencrypt.sh b/provision/letsencrypt.sh index 64e0df2e..c073d701 100755 --- a/provision/letsencrypt.sh +++ b/provision/letsencrypt.sh @@ -468,7 +468,7 @@ install_deploy_scripts() update_haproxy_ssld() { - if [ ! -d $ZFS_DATA_MNT/haproxy" ]; then + if [ ! -d "$ZFS_DATA_MNT/haproxy" ]; then # haproxy not installed, nothing to do return fi