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-27 02:37:03 +00:00
parent ac767dc87b
commit 6a311ee7d9
+1
View File
@@ -53,6 +53,7 @@ fi
if [ "$PRIVATE_IPV6" != "$PUBLIC_IPV6" ]; then if [ "$PRIVATE_IPV6" != "$PUBLIC_IPV6" ]; then
echo "Private IPv6 Address: $PRIVATE_IPV6" echo "Private IPv6 Address: $PRIVATE_IPV6"
fi fi
echo "Mail-in-a-Box Version: " $(git describe)
echo echo
# Run some network checks to make sure setup on this machine makes sense. # Run some network checks to make sure setup on this machine makes sense.