Commit 6a311ee7 authored by Joshua Tauberer's avatar Joshua Tauberer

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

show the tag or commit the user is on in the output to aid debugging when a user posts the output somewhere
parent ac767dc8
...@@ -53,6 +53,7 @@ fi ...@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment