From 52cd0acca68b13a6a43546c560bfd7d81997f78e Mon Sep 17 00:00:00 2001 From: Jesus Alvarez Date: Tue, 1 Mar 2016 21:50:42 -0800 Subject: [PATCH] repo.sh: Remove -f flag --- repo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo.sh b/repo.sh index 320849f..3642840 100755 --- a/repo.sh +++ b/repo.sh @@ -268,7 +268,7 @@ if [[ $AZB_REPO != "" ]]; then run_cmd "cp -f $cp_list $repo/" - run_cmd "repo-add -k $AZB_GPG_SIGN_KEY -s -v -f $repo/${AZB_REPO}.db.tar.xz $ra_list" + run_cmd "repo-add -k $AZB_GPG_SIGN_KEY -s -v $repo/${AZB_REPO}.db.tar.xz $ra_list" if [[ $? -ne 0 ]]; then error "An error occurred adding the package to the repo!" exit 1