Clean up readability of installer

This commit is contained in:
Duncan Sommerville 2015-01-16 17:20:50 -05:00
parent 44018b2cbf
commit c22f2cd5f0
4 changed files with 12 additions and 15 deletions

View file

@ -577,11 +577,12 @@ fi
verbose "\n * Restarting apache..."
loudCmd "service apache2 restart 2>/dev/null"
IP=$(ifconfig eth0 2>/dev/null|awk '/inet addr:/ {print $2}'|sed 's/addr://')
echo -e "\n-----------------------------------------------------"
echo " * Basic Setup DONE! * "
echo " "
echo " To get started with Airtime, visit localhost:5000 "
echo " or, if you've set up your own web configuration, "
echo " the Airtime webroot on your webserver "
echo " in your web browser of choice "
echo " To get started with Airtime, visit ${IP} "
echo " or, if you've set up your own web configuration, "
echo " the Airtime webroot on your webserver "
echo "-----------------------------------------------------"