From 4720cfc95f3a2b7f03a082e42b880ba89a054e1a Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Mon, 4 Sep 2023 12:03:23 +1000 Subject: [PATCH] make gencert executeable --- koji-setup/koji-deploy-hub.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/koji-setup/koji-deploy-hub.sh b/koji-setup/koji-deploy-hub.sh index 29d1eef..3621d99 100644 --- a/koji-setup/koji-deploy-hub.sh +++ b/koji-setup/koji-deploy-hub.sh @@ -35,6 +35,7 @@ source "$SCRIPT_DIR"/koji-parameters.sh # pull down any required scripts if [ ! -f $SCRIPTS_DIR/koji-gencert.sh ] ; then curl $SILENT $SCRIPT_GIT/koji-gencert.sh > $SCRIPT_DIR/koji-gencert.sh + chmod o+x $SCRIPT_DIR/koji-gencert.sh fi # Install all the required packages (some live in the epel repo, so we need to install that too)