diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2017-07-22 18:34:24 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2017-07-23 08:20:54 +0000 |
commit | 0b4f2f37f4a39d25045286121de7233f05d64de7 (patch) | |
tree | 7370baf84b29d453306fc2bb7b961767c5f49f7d | |
parent | Passing container name to setup environment in curl container create script. (diff) | |
download | compute-tools-0b4f2f37f4a39d25045286121de7233f05d64de7.tar.xz compute-tools-0b4f2f37f4a39d25045286121de7233f05d64de7.zip |
Moving image cache from /var/cache/container-tools/images to /var/cache/container-tools/system for consistency.
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 7a49542..59c230f 100755 --- a/share/scripts/curl +++ b/share/scripts/curl @@ -22,7 +22,7 @@ SCRIPT="${0}" HOOKS="/etc/container-tools/hooks" MACHINES="/var/lib/machines" -CACHE="/var/cache/container-tools/images" +CACHE="/var/cache/container-tools/system" Parameters () { |