show root password after initialization complete

This commit is contained in:
Asif Bacchus 2020-11-27 02:50:23 -07:00
parent 80325b6549
commit 6db6380b9e
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ done
# execute commands passed to this container
printf "\nInitialization complete... Container ready...\n"
printf "(sql root password: %s)\n\n" "$MYSQL_ROOT_PASSWORD"
exec "$@"
#EOF