u
This commit is contained in:
@@ -64,9 +64,9 @@ execute_script() {
|
|||||||
echo ""
|
echo ""
|
||||||
wget -v ${resource_url}
|
wget -v ${resource_url}
|
||||||
echo ""
|
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
|
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 "ok. we will continue with wget's '--no-check-certificate' flag activated."
|
||||||
echo ""
|
echo ""
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user