diff --git a/install-phpBB b/install-phpBB index 9642015..0039058 100644 --- a/install-phpBB +++ b/install-phpBB @@ -61,10 +61,10 @@ TO '${newUser}'@'${host}';FLUSH PRIVILEGES;" #write results to mariadb echo "${commands}" | /usr/bin/mysql -u root clear;echo;echo +echo "hostname - "$host echo "Database name - "$newDb echo "Database user name- "$newUser echo "Database password - "$newDbPassword -echo "hostname - "$host echo cat <