u
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user