From 89d257d0ae696d6d3d0496b1d1b696f53082cce9 Mon Sep 17 00:00:00 2001 From: Marco Kundt Date: Thu, 22 Apr 2021 16:00:20 +0200 Subject: [PATCH] escape env variable --- scripts/issue-certificate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/issue-certificate.sh b/scripts/issue-certificate.sh index 37406a0..e45ee9f 100755 --- a/scripts/issue-certificate.sh +++ b/scripts/issue-certificate.sh @@ -6,7 +6,7 @@ Usage: $0 [-h] <-d DOMAIN> <-o PATH> Options -h Print this help - -o Output path (e.g. ${PWD}/certs) + -o Output path (e.g. \${PWD}/certs) -d Domain certificate is issued for (e.g. mm.example.com) EOF