benrubson commented on a change in pull request #471: GUACAMOLE-753: Add TOTP
auth method to Docker image
URL: https://github.com/apache/guacamole-client/pull/471#discussion_r377469712
##########
File path: guacamole-docker/bin/build-guacamole.sh
##########
@@ -135,6 +136,15 @@ if [ -f
extensions/guacamole-auth-openid/target/guacamole-auth-openid*.jar ]; th
cp extensions/guacamole-auth-openid/target/guacamole-auth-openid*.jar
"$DESTINATION/openid"
fi
+#
+# Copy TOTP auth extension if it was built
Review comment:
I took exactly what is done above and below for other extensions :)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services