diff --git a/bin/opsi-bbsite.sh b/bin/opsi-bbsite.sh index 47c469c..9c600c3 100755 --- a/bin/opsi-bbsite.sh +++ b/bin/opsi-bbsite.sh @@ -110,7 +110,7 @@ for pkg_root in release testing ; do # Delete the oldest files #for cfg_sort_file in `head -n-1 ${file_sort_list}` ; do for cfg_sort_file in `tail -n 1 ${file_sort_list}` ; do - . ${cfg_file} + . ${cfg_sort_file} if [ -z "${REV_NAME}" ];then NAME="${REV_PN}" else