Improved h3disp bug reporting again, also including fex contents

This commit is contained in:
Thomas Kaiser 2016-02-23 19:25:49 +01:00
parent eef7ebce52
commit ee15469089

View File

@ -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