diff --git a/setup/questions.sh b/setup/questions.sh index e0bc2c8d..9c2bcfb3 100644 --- a/setup/questions.sh +++ b/setup/questions.sh @@ -233,7 +233,7 @@ fi if [ "$PRIVATE_IPV6" != "$PUBLIC_IPV6" ]; then echo "Private IPv6 Address: $PRIVATE_IPV6" fi -if [ -f .git ]; then +if [ -f /usr/bin/git ] && [ -d .git ]; then echo "Mail-in-a-Box Version: " $(git describe) fi echo