summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-11-13 16:49:42 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-11-22 14:29:30 +0000
commit2215960711f52337a70485aaad7c61a12e05cee3 (patch)
tree3a3fcf5395d9992c5d72e107e1366f34927ea44e
parentAdding --clean option to curl container create script to remove downloaded ta... (diff)
downloadcompute-tools-2215960711f52337a70485aaad7c61a12e05cee3.tar.xz
compute-tools-2215960711f52337a70485aaad7c61a12e05cee3.zip
Changing cache directory in curl create script from /var/cache/container-tools/curl to /var/cache/container-tools/images.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rwxr-xr-xshare/scripts/curl2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/scripts/curl b/share/scripts/curl
index 8af1446..b80fcc1 100755
--- a/share/scripts/curl
+++ b/share/scripts/curl
@@ -21,7 +21,7 @@ set -e
SCRIPT="${0}"
MACHINES="/var/lib/machines"
-CACHE="/var/cache/container-tools/curl"
+CACHE="/var/cache/container-tools/images"
Parameters ()
{