From e35cc072e8f616bd20bb33d0985d7df1183c5d88 Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Thu, 14 Apr 2022 19:53:51 +0200 Subject: [PATCH] fix(certmanager): check domain ip Signed-off-by: rjshrjndrn --- scripts/helmcharts/certmanager.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/helmcharts/certmanager.sh b/scripts/helmcharts/certmanager.sh index 64ba77b14..daab4d661 100644 --- a/scripts/helmcharts/certmanager.sh +++ b/scripts/helmcharts/certmanager.sh @@ -14,8 +14,8 @@ fatal() } read -p "enter openreplay domain name: " domain -nslookup domain > /dev/null || { - fatal "Domain name doesn't have ip associated with it. Please check your DNS record." +nslookup $domain > /dev/null || { + fatal "Domain name does not have ip associated with it. Please check your DNS record." } # Reading email address for ssl certificate