Remove extra parameter for ubuntu lxc-template function

This commit is contained in:
Fabio Rehm 2013-05-05 11:09:57 -03:00
parent 72b06dfa69
commit 2df893e4f4

View file

@ -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