diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-11-13 16:49:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-11-22 14:29:30 +0000 |
commit | 2215960711f52337a70485aaad7c61a12e05cee3 (patch) | |
tree | 3a3fcf5395d9992c5d72e107e1366f34927ea44e /share | |
parent | Adding --clean option to curl container create script to remove downloaded ta... (diff) | |
download | compute-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>
Diffstat (limited to '')
-rwxr-xr-x | share/scripts/curl | 2 |
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 () { |