aboutsummaryrefslogtreecommitdiff
path: root/net/acme/files/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'net/acme/files/run.sh')
-rw-r--r--net/acme/files/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/acme/files/run.sh b/net/acme/files/run.sh
index e167b7043..a605ea59a 100644
--- a/net/acme/files/run.sh
+++ b/net/acme/files/run.sh
@@ -279,7 +279,7 @@ issue_cert()
[ -n "$ACCOUNT_EMAIL" ] && acme_args="$acme_args --accountemail $ACCOUNT_EMAIL"
[ "$use_staging" -eq "1" ] && acme_args="$acme_args --staging"
- if [ -n $acme_server ]; then
+ if [ -n "$acme_server" ]; then
log "Using custom ACME server URL"
acme_args="$acme_args --server $acme_server"
fi