--- recepies/lxc/ve2lxc.sh 2010/03/19 14:02:14 192 +++ recepies/lxc/ve2lxc.sh 2010/05/10 12:50:50 206 @@ -16,7 +16,7 @@ cp $path $tmp || exit -function append() { +append() { if ! grep "$1" $path ; then echo "$1" >> $tmp fi