Improved h3disp bug reporting again, also including fex contents
This commit is contained in:
parent
eef7ebce52
commit
ee15469089
@ -127,7 +127,8 @@ Main() {
|
||||
TRUE)
|
||||
which curl >/dev/null 2>&1 || apt-get -f -qq -y install curl
|
||||
echo -e "\nDebug output has been collected at the following URL: \c"
|
||||
curl -F 'sprunge=<-' http://sprunge.us <"${DebugOutput}"
|
||||
(cat "${DebugOutput}"; echo -e "\n\n\nfex contents:\n" ; cat "${MyTmpFile}") \
|
||||
| curl -F 'sprunge=<-' http://sprunge.us
|
||||
;;
|
||||
esac
|
||||
} # Main
|
||||
|
||||
Loading…
Reference in New Issue
Block a user