flcontainers / guacamole

A Docker Container for Apache Guacamole, a client-less remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH over HTML5. For x64, arm64 and ppc64le.
https://hub.docker.com/r/flcontainers/guacamole
GNU General Public License v3.0
322 stars 60 forks source link

Prevent startup errors #101

Closed daberlin closed 8 months ago

daberlin commented 9 months ago

Hi During container startup I (and probably everybody else) get 13 lines of rm errors caused by filefs/usr/local/bin/_startup.sh:

rm: can't remove '/config/guacamole/extensions/guacamole-auth-duo-*.jar': No such file or directory rm: can't remove '/config/guacamole/extensions/guacamole-auth-header-*.jar': No such file or directory ... ...

Patch: _startup.sh.patch

MaxWaldorf commented 8 months ago

Please propose PR if needed