change init complete message to be more accurate
This commit is contained in:
+1
-1
@@ -113,7 +113,7 @@ for f in /docker-entrypoint-postinit.d/*.sh; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
# execute commands passed to this container
|
# execute commands passed to this container
|
||||||
printf "\nInitialization complete... Container ready...\n"
|
printf "\nInitialization complete...\n"
|
||||||
printf "(sql root password: %s)\n\n" "$MYSQL_ROOT_PASSWORD"
|
printf "(sql root password: %s)\n\n" "$MYSQL_ROOT_PASSWORD"
|
||||||
exec "$@"
|
exec "$@"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user