mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-11-04 11:03:21 +00:00 
			
		
		
		
	GUACAMOLE-857: Copy the header auth extension if it is built
This commit is contained in:
		@@ -159,3 +159,12 @@ if [ -f extensions/guacamole-auth-duo/target/*.tar.gz ]; then
 | 
			
		||||
        --strip-components=1                               \
 | 
			
		||||
        "*.jar"
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Copy header auth extension if it was built
 | 
			
		||||
#
 | 
			
		||||
 | 
			
		||||
if [ -f extensions/guacamole-auth-header/target/guacamole-auth-header*.jar ]; then
 | 
			
		||||
    mkdir -p "$DESTINATION/header"
 | 
			
		||||
    cp extensions/guacamole-auth-header/target/guacamole-auth-header*.jar "$DESTINATION/header"
 | 
			
		||||
fi
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user