From 7f9e6eebca16dadf0ac87d06c882cca159f8c2c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 13 Nov 2016 17:49:42 +0100 Subject: Changing cache directory in curl create script from /var/cache/container-tools/curl to /var/cache/container-tools/images. Signed-off-by: Daniel Baumann --- share/scripts/curl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') diff --git a/share/scripts/curl b/share/scripts/curl index 0414413..49d7f71 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 () { -- cgit v1.2.3