From 23b3bea6861f4c8faa7865a8fabcb279ddae2bc7 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sun, 16 Nov 2014 05:27:04 +0100 Subject: [PATCH] correct wrongly used file --- bin/opsi-bbsite.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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