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