diff --git a/entrypoint.sh b/entrypoint.sh index 20490d7..29cb63e 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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 "$@"