diff --git a/boxes/ubuntu/lxc-template b/boxes/ubuntu/lxc-template index 4199e19..0905687 100755 --- a/boxes/ubuntu/lxc-template +++ b/boxes/ubuntu/lxc-template @@ -202,7 +202,6 @@ copy_configuration() rootfs=$2 name=$3 arch=$4 - release=$5 if [ $arch = "i386" ]; then arch="i686" @@ -551,7 +550,7 @@ if [ $? -ne 0 ]; then exit 1 fi -copy_configuration $path $rootfs $name $arch $release +copy_configuration $path $rootfs $name $arch if [ $? -ne 0 ]; then echo "failed write configuration file" exit 1