Commit 7d35d3a7 by Alexander Khryukin Committed by Stéphane Graber

add $arch to cache path

parent aa1c458c
...@@ -427,7 +427,7 @@ if [ -z "$rootfs_path" ]; then ...@@ -427,7 +427,7 @@ if [ -z "$rootfs_path" ]; then
fi fi
config_path=$default_path/$name config_path=$default_path/$name
cache=$cache_base/$release/$profile cache=$cache_base/$release/$arch/$profile
if [ ! -f $config_path/config ]; then if [ ! -f $config_path/config ]; then
echo "A container with that name exists, chose a different name" echo "A container with that name exists, chose a different name"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment