]> git.proxmox.com Git - mirror_lxc.git/blobdiff - templates/lxc-lenny.in
Pass the container name to copy_configuration in lxc-lenny
[mirror_lxc.git] / templates / lxc-lenny.in
index cdc67bab8cdf2ee8a4e0c3de9842f65312da8463..de03f01d8df4fe579b210d18b874d14da4534a86 100644 (file)
@@ -301,7 +301,7 @@ if [ $? -ne 0 ]; then
     exit 1
 fi
 
-copy_configuration $path $rootfs
+copy_configuration $path $rootfs $name
 if [ $? -ne 0 ]; then
     echo "failed write configuration file"
     exit 1