From 2a1863ccc87927b51042b8c23a7b2c819a18707c Mon Sep 17 00:00:00 2001 From: Bob Gilligan Date: Tue, 6 Dec 2011 14:05:30 -0800 Subject: Fix up formating of Vyatta specific HTTP options. --- scripts/install/install-image | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/install/install-image') diff --git a/scripts/install/install-image b/scripts/install/install-image index ea8cfd7f..b5061b26 100755 --- a/scripts/install/install-image +++ b/scripts/install/install-image @@ -62,9 +62,9 @@ fetch_iso_by_url () auth="" fi - client_hdr="-H vyatta-client: install-image" + client_hdr="-HVyatta-Client: install-image" vyatta_version=`dpkg-query --showformat='${Version}' --show vyatta-version` - vers_hdr="-H vyatta-version: $vyatta_version" + vers_hdr="-HVyatta-Version: $vyatta_version" filename="${TEMP_DIR}/${NEW_ISO##*/}" curl "$client_hdr" "$vers_hdr" $auth -f -o $filename $NEW_ISO -- cgit v1.2.3