From 888e905ef90bbc7c481701c0d1570bf2efabb5e1 Mon Sep 17 00:00:00 2001 From: Bob Gilligan Date: Tue, 6 Dec 2011 16:14:07 -0800 Subject: Bugfix 7497: Include auth credentials when fetching the signature file --- scripts/install/install-image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install/install-image b/scripts/install/install-image index b5061b26..95acd733 100755 --- a/scripts/install/install-image +++ b/scripts/install/install-image @@ -82,7 +82,7 @@ fetch_iso_by_url () echo "ISO download suceeded." echo "Checking for digital signature file..." - curl "$client_hdr" "$vers_hdr" -f -o ${filename}.asc ${NEW_ISO}.asc + curl "$client_hdr" "$vers_hdr" $auth -f -o ${filename}.asc ${NEW_ISO}.asc if [ $? -ne 0 ]; then echo "Unable to fetch digital signature file." echo -n "Do you want to continue without signature check? (yes/no) [yes] " -- cgit v1.2.3