SebastianWendel / astack

Astack is a script to securely deploy and update Atlassians developer applications in less than five minutes, like apt or yum.
2 stars 0 forks source link

add bug report functionality #40

Open SebastianWendel opened 11 years ago

SebastianWendel commented 11 years ago

https://www.sourceindex.de/astack/install.sh

report_bug() { echo "Please file a bug report at http://tickets.sourceindex.de" echo "Project: astack" echo "Component: Packages" echo "Label: ..." echo "Version: $version" echo " " echo "Please detail your operating system type, version and any other relevant details" }