mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +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 \
|
--strip-components=1 \
|
||||||
"*.jar"
|
"*.jar"
|
||||||
fi
|
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