mirror of
https://github.com/km4ack/pi-scripts
synced 2026-08-13 17:52:05 -04:00
change output order
This commit is contained in:
parent
f2d7bef69e
commit
fe28bec10f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 <<EOF
|
||||
The database has been created. Now
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue