summaryrefslogtreecommitdiffstats
path: root/share/scripts/curl
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2017-07-22 14:33:12 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2017-07-23 08:20:40 +0000
commita36a4ed892ae73f8e29915f43265bf48b9065019 (patch)
treee054018fb5333538d26a1ac97d02f25278a19d3f /share/scripts/curl
parentUpdating container-images.sh example script to match current curl container c... (diff)
downloadcompute-tools-a36a4ed892ae73f8e29915f43265bf48b9065019.tar.xz
compute-tools-a36a4ed892ae73f8e29915f43265bf48b9065019.zip
Updating default filename for download in curl container create script.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share/scripts/curl')
-rwxr-xr-xshare/scripts/curl2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/scripts/curl b/share/scripts/curl
index 7d3a07d..9d2b998 100755
--- a/share/scripts/curl
+++ b/share/scripts/curl
@@ -156,7 +156,7 @@ else
fi
ARCHITECTURE="${ARCHITECTURE:-$(dpkg --print-architecture)}"
-SYSTEM="${SYSTEM:-debian-stretch-${ARCHITECTURE}.system.tar.${COMPRESSION}}"
+SYSTEM="${SYSTEM:-debian-stretch-current_${ARCHITECTURE}.system.tar.${COMPRESSION}}"
SETUP="${SETUP:-$(echo ${SYSTEM} | sed -e 's|.system.tar.|.setup.tar.|')}"
SERVER="${SERVER:-https://files.open-infrastructure.net/system/container/debian}"
PASSWORD="${PASSWORD:-$(dd if=/dev/urandom bs=12 count=1 2> /dev/null | base64)}"