Skip to content

Commit

Permalink
Improve error message
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrsky committed Aug 12, 2024
1 parent f667c34 commit f4fd109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/openshift/cron-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ do
wait -n
exit_code=$?
if [[ "$exit_code" -ne 0 ]]; then
output_error_message "Subprocess failed with exit code $exit_code"
output_error_message "Cron subprocess failed with exit code $exit_code"
exit 1
fi
done

0 comments on commit f4fd109

Please sign in to comment.