mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-1813: Copy history recording storage extension into the Docker image during build.
This commit is contained in:
@@ -187,3 +187,12 @@ if [ -f extensions/guacamole-auth-json/target/guacamole-auth-json*.jar ]; then
|
|||||||
mkdir -p "$DESTINATION/json"
|
mkdir -p "$DESTINATION/json"
|
||||||
cp extensions/guacamole-auth-json/target/guacamole-auth-json*.jar "$DESTINATION/json"
|
cp extensions/guacamole-auth-json/target/guacamole-auth-json*.jar "$DESTINATION/json"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
#
|
||||||
|
# Copy history recording storage extension if it was built
|
||||||
|
#
|
||||||
|
|
||||||
|
if [ -f extensions/guacamole-history-recording-storage/target/guacamole-history-recording-storage*.jar ]; then
|
||||||
|
mkdir -p "$DESTINATION/recordings"
|
||||||
|
cp extensions/guacamole-history-recording-storage/target/guacamole-history-recording-storage*.jar "$DESTINATION/recordings"
|
||||||
|
fi
|
||||||
|
Reference in New Issue
Block a user