Clean up readability of installer
This commit is contained in:
parent
44018b2cbf
commit
c22f2cd5f0
4 changed files with 12 additions and 15 deletions
9
install
9
install
|
@ -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 "-----------------------------------------------------"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue