Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EXTENSIONS_DOWNLOAD overwrite extension #45

Open
Lelanto opened this issue Feb 20, 2024 · 0 comments
Open

EXTENSIONS_DOWNLOAD overwrite extension #45

Lelanto opened this issue Feb 20, 2024 · 0 comments

Comments

@Lelanto
Copy link

Lelanto commented Feb 20, 2024

With the EXTENSIONS_DOWNLOAD variable configured, when a restart is performed, the service does not start because it tries to download and overwrite the extensions. Recommendation: Add the -o option in /entrypoint.sh line 230.
from
for f in /tmp/userextensions/*.zip; do unzip "$f" -d /opt/connect/extensions; done
to
for f in /tmp/userextensions/*.zip; do unzip "$f" -d -o /opt/connect/extensions; done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants