Don't use that exec

This commit is contained in:
decentral1se 2021-05-06 13:24:20 +02:00
parent f5c4692271
commit bff97d572c
Signed by untrusted user who does not match committer: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 1 additions and 1 deletions

View File

@ -30,4 +30,4 @@ if [ -z "$PEERTUBE_SMTP_PASSWORD_FILE" ]; then
file_env "PEERTUBE_SMTP_PASSWORD"
fi
exec /usr/local/bin/entrypoint.sh "$@"
/usr/local/bin/entrypoint.sh "$@"