mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
Merge 1.5.3 changes back to master.
This commit is contained in:
@@ -197,3 +197,11 @@ if [ -f extensions/guacamole-auth-ban/target/guacamole-auth-ban*.jar ]; then
|
||||
cp extensions/guacamole-auth-ban/target/guacamole-auth-ban*.jar "$DESTINATION/ban"
|
||||
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