Skip to content

Commit

Permalink
Merge pull request #65 from goffi-contrib/signal_fix
Browse files Browse the repository at this point in the history
Fix signal handling
  • Loading branch information
mwild1 authored Oct 12, 2020
2 parents 4878e32 + cc88073 commit 3a21cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ if [ "$LOCAL" -a "$PASSWORD" -a "$DOMAIN" ] ; then
prosodyctl register "$LOCAL" "$DOMAIN" "$PASSWORD"
fi

runuser -u prosody -- "$@"
exec runuser -u prosody -- "$@"

0 comments on commit 3a21cd2

Please sign in to comment.