show the tag or commit the user is on in the output to aid debugging when a user posts the output somewhere

This commit is contained in:
Joshua Tauberer 2014-08-26 16:07:38 +00:00
parent ac767dc87b
commit 6a311ee7d9
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ fi
if [ "$PRIVATE_IPV6" != "$PUBLIC_IPV6" ]; then
echo "Private IPv6 Address: $PRIVATE_IPV6"
fi
echo "Mail-in-a-Box Version: " $(git describe)
echo
# Run some network checks to make sure setup on this machine makes sense.