From b8fc211f0ce1bc1039b06931ca44d049e241cba4 Mon Sep 17 00:00:00 2001 From: Shamzic Date: Fri, 16 Aug 2024 12:13:17 +0200 Subject: [PATCH] refactor: ajout saut de ligne fin de fichier --- scripts/sentry_wrapper_cron.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sentry_wrapper_cron.sh b/scripts/sentry_wrapper_cron.sh index cac9165..1d157df 100755 --- a/scripts/sentry_wrapper_cron.sh +++ b/scripts/sentry_wrapper_cron.sh @@ -31,4 +31,4 @@ if [ $STATUS -ne 0 ]; then SENTRY_DSN="$SENTRY_CRON_DSN" sentry-cli send-event -m "Cron job failed: $COMMAND | Error: $OUTPUT" fi -exit $STATUS \ No newline at end of file +exit $STATUS