From dda956e61b1de0ce9eb78cbdda84c04254f70636 Mon Sep 17 00:00:00 2001 From: committer Date: Fri, 31 May 2024 16:26:31 -0500 Subject: [PATCH] u --- scripts/curae.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/curae.sh b/scripts/curae.sh index 6a82b83..ae94e95 100644 --- a/scripts/curae.sh +++ b/scripts/curae.sh @@ -64,9 +64,9 @@ execute_script() { echo "" wget -v ${resource_url} echo "" - echo "if the error is caused by an untrusted certificate, you can continue ignoring the untrusted cert. do you want to do that? (y/n)" + echo "if the error is caused by an untrusted certificate, you can continue ignoring the untrusted cert. press enter to continue or type any character to stop." read user_input - if [[ ${user_input} == "y" ]]; then + if [[ ${user_input} == "" ]]; then echo "ok. we will continue with wget's '--no-check-certificate' flag activated." echo "" else