From f6505a176511484abd2df4d9fdec80a642255408 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sun, 10 Mar 2013 07:29:03 +0100 Subject: [PATCH] correct cfg file delte --- lib/builder-targets.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/builder-targets.sh b/lib/builder-targets.sh index 525bd10..c48b898 100644 --- a/lib/builder-targets.sh +++ b/lib/builder-targets.sh @@ -392,7 +392,7 @@ EOF # Paranoid ... check the files to delete first if [ ! -z "${dir_base}" ] && [ -d "${OPSI_REPOS_BASE_DIR}" ] && [ ! -z "$product_file" ] ; then - rm -f ${product_file}* ${cfg_file} + rm -f ${product_file}* ${cfg_sort_file} # remove directory - if it's empty if [ $(ls -1A ${dir_base} | wc -l) -eq 0 ]; then