mirror of
				https://src.koozali.org/infra/smeserver-koji.git
				synced 2025-11-03 15:51:27 +01:00 
			
		
		
		
	make gencert executeable
This commit is contained in:
		@@ -35,6 +35,7 @@ source "$SCRIPT_DIR"/koji-parameters.sh
 | 
				
			|||||||
# pull down any required scripts
 | 
					# pull down any required scripts
 | 
				
			||||||
if [ ! -f $SCRIPTS_DIR/koji-gencert.sh ] ; then
 | 
					if [ ! -f $SCRIPTS_DIR/koji-gencert.sh ] ; then
 | 
				
			||||||
    curl $SILENT $SCRIPT_GIT/koji-gencert.sh > $SCRIPT_DIR/koji-gencert.sh
 | 
					    curl $SILENT $SCRIPT_GIT/koji-gencert.sh > $SCRIPT_DIR/koji-gencert.sh
 | 
				
			||||||
 | 
					    chmod o+x $SCRIPT_DIR/koji-gencert.sh
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Install all the required packages (some live in the epel repo, so we need to install that too)
 | 
					# Install all the required packages (some live in the epel repo, so we need to install that too)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user