mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-990: Add Docker image support for guacamole-auth-ban.
This commit is contained in:
@@ -198,3 +198,13 @@ if [ -f extensions/guacamole-auth-json/target/guacamole-auth-json*.jar ]; then
|
||||
mkdir -p "$DESTINATION/json"
|
||||
cp extensions/guacamole-auth-json/target/guacamole-auth-json*.jar "$DESTINATION/json"
|
||||
fi
|
||||
|
||||
#
|
||||
# Copy automatic brute-force banning auth extension if it was built
|
||||
#
|
||||
|
||||
if [ -f extensions/guacamole-auth-ban/target/guacamole-auth-ban*.jar ]; then
|
||||
mkdir -p "$DESTINATION/ban"
|
||||
cp extensions/guacamole-auth-ban/target/guacamole-auth-ban*.jar "$DESTINATION/ban"
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user