From 2df893e4f4cd88896ced12146abd919dd59140f5 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Sun, 5 May 2013 11:09:57 -0300 Subject: [PATCH] Remove extra parameter for ubuntu lxc-template function --- boxes/ubuntu/lxc-template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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