From a9648d52a489609bff1d805f59994ecf9eedcb18 Mon Sep 17 00:00:00 2001 From: "T. Joseph Carter" Date: Mon, 12 Oct 2015 05:51:16 -0700 Subject: [PATCH] Fix an ivanx.com that should be hardcoded Overzealous replacement of hardcoded ivanx.com with script variable. The A2CLOUD disk image should be downloaded right off Ivan's server because we don't have it in the git repository. --- scripts/a2server-5-netboot.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/a2server-5-netboot.txt b/scripts/a2server-5-netboot.txt index 4646061..8b38b8b 100755 --- a/scripts/a2server-5-netboot.txt +++ b/scripts/a2server-5-netboot.txt @@ -378,7 +378,7 @@ if [[ ! $autoAnswerYes || -f /tmp/a2server-setupNetBoot ]]; then mkdir -p $zlinkDir/.AppleDouble echo cd /tmp/netboot - wget -qO A2CLOUD.HDV "${scriptURL}files/A2CLOUD.HDV" + wget -qO A2CLOUD.HDV "http://ivanx.com/a2server/files/A2CLOUD.HDV" cppo -ad A2CLOUD.HDV . > /dev/null cd A2CLOUD mv *PT3* *PROTERM* $protermDir