Skip to content

Commit

Permalink
letsencrypt: add missing "
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Oct 19, 2024
1 parent d6d5288 commit f451f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision/letsencrypt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f451f49

Please sign in to comment.