From ce3d35546f08014d12ea62e6a77ee8dd315a77b9 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Wed, 4 Sep 2019 22:48:05 +0200 Subject: [PATCH] Interal: improve aptly packaging handling --- lib/general.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/general.sh b/lib/general.sh index 2c2fc366b9..8375a1a528 100644 --- a/lib/general.sh +++ b/lib/general.sh @@ -499,7 +499,7 @@ addtorepo() if [ $mainnum -gt 0 ] && [ $utilnum -gt 0 ] && [ $desknum -gt 0 ]; then # publish - aptly publish $forceoverwrite -passphrase=$GPG_PASS -origin=Armbian -label=Armbian -config=${SCRIPTPATH}config/${REPO_CONFIG} -component=${COMPONENTS// /,} \ + aptly publish -force-overwrite -passphrase=$GPG_PASS -origin=Armbian -label=Armbian -config=${SCRIPTPATH}config/${REPO_CONFIG} -component=${COMPONENTS// /,} \ --distribution=$release repo $release ${COMPONENTS//main/} >/dev/null if [[ $? -ne 0 ]]; then display_alert "Publishing failed" "$release" "err"