This commit is contained in:
oznu
2018-04-05 17:46:50 +10:00
parent 257a66056d
commit 2079ed3891
6 changed files with 27 additions and 15 deletions
+1
View File
@@ -1,3 +1,4 @@
#!/usr/bin/with-contenv sh
cp -rn /app/guacamole /config
mkdir -p /root/.config/freerdp/known_hosts
+1 -1
View File
@@ -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