mirror of
https://github.com/jwetzell/docker-guacamole.git
synced 2026-09-07 07:19:17 +00:00
0.9.14
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/with-contenv sh
|
||||
|
||||
cp -rn /app/guacamole /config
|
||||
mkdir -p /root/.config/freerdp/known_hosts
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/with-contenv sh
|
||||
|
||||
# clean up extensions
|
||||
for i in auth-ldap auth-duo auth-header auth-noauth auth-cas; do
|
||||
for i in auth-ldap auth-duo auth-header auth-noauth auth-cas auth-openid; do
|
||||
rm -rf ${GUACAMOLE_HOME}/extensions/guacamole-${i}-${GUAC_VER}.jar
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user