Browse Source

clean up install finish display.

Nathaniel van Diepen 9 years ago
parent
commit
1ac5c3cffd
1 changed files with 3 additions and 1 deletions
  1. 3 1
      install.sh

+ 3 - 1
install.sh

@@ -181,4 +181,6 @@ echo -e $HOSTS > /etc/hosts;
 sublog "phpmyadmin";
 echo -n "root@localhost mysql pass:";
 read -s pass;
-cat /var/www/phpmyadmin/examples/create_tables.sql | mysql -u root -p"$pass";
+cat /var/www/phpmyadmin/examples/create_tables.sql | mysql -u root -p"$pass";
+echo -e "\n\n\n";
+echo "Install Finished";