don't need machine IP echo since it doesn't really help users

This commit is contained in:
Mike Grace 2011-09-12 22:12:53 -05:00
parent a2c0f53545
commit 0405dad2a4

View file

@ -112,9 +112,6 @@ echo ""
echo "The photographic heavens are applauding your" echo "The photographic heavens are applauding your"
echo "brand new installation of OpenPhoto." echo "brand new installation of OpenPhoto."
echo "" echo ""
echo "You should now be able to view your shiny new"
echo "installation at: "
echo ifconfig eth0 | grep 'inet addr:' | cut -d: -f2 | awk '{ print $1}'
echo "" echo ""
echo "Took $SECONDS seconds to install." echo "Took $SECONDS seconds to install."
echo "====================================================" echo "===================================================="