Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gsanchietti committed Jan 27, 2025
1 parent 438c34f commit 7018a4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webapp/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ if [ "VALID_SUBSCRIPTION=true" ]; then
gpg --batch --yes --passphrase 'subscription' -d -o /usr/local/tomcat/webapps/webtop/WEB-INF/lib/webtop-tmceplugins.jar \
/usr/local/tomcat/webapps/webtop/WEB-INF/lib/webtop-tmceplugins.jar.gpg
fi

# Now execute the command
exec "$@"

0 comments on commit 7018a4b

Please sign in to comment.