We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa35715 commit 75990a8Copy full SHA for 75990a8
install/error-handling.sh
@@ -148,7 +148,7 @@ cleanup () {
148
echo "$traceback"
149
150
if [ "$REPORT_SELF_HOSTED_ISSUES" == 1 ]; then
151
- local traceback_hash=$(echo -n $traceback | docker run --rm busybox md5sum | cut -d' ' -f1)
+ local traceback_hash=$(echo -n $traceback | docker run -i --rm busybox md5sum | cut -d' ' -f1)
152
send_event "$traceback_hash" "$cmd_exit"
153
fi
154
0 commit comments