From fe28bec10fa4ce4910d69435e8ef0a70a085a331 Mon Sep 17 00:00:00 2001 From: KM4ACK Date: Sat, 1 Jan 2022 09:41:50 -0600 Subject: [PATCH] change output order --- install-phpBB | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 <