From 4d9373186a19ec733b202d6ddfc977a94d76dac9 Mon Sep 17 00:00:00 2001 From: Brian Candler <44789+candlerb@users.noreply.github.com> Date: Thu, 23 Nov 2017 16:44:20 +0000 Subject: [PATCH] Pass all args to deployment script --- example-dns-01-nsupdate-script.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-dns-01-nsupdate-script.md b/example-dns-01-nsupdate-script.md index 28d870d..c1af657 100644 --- a/example-dns-01-nsupdate-script.md +++ b/example-dns-01-nsupdate-script.md @@ -28,7 +28,7 @@ case "$1" in ;; "deploy_cert") # optional: - # /path/to/deploy_cert.sh "${1}" "${2}" "${3}" "${4}" + # /path/to/deploy_cert.sh "$@" ;; "unchanged_cert") # do nothing for now