aboutsummaryrefslogtreecommitdiff
path: root/srcs/mysql/entrypoint.sh
diff options
context:
space:
mode:
Diffstat (limited to 'srcs/mysql/entrypoint.sh')
-rwxr-xr-xsrcs/mysql/entrypoint.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/srcs/mysql/entrypoint.sh b/srcs/mysql/entrypoint.sh
index 0988bbb..4eb1f19 100755
--- a/srcs/mysql/entrypoint.sh
+++ b/srcs/mysql/entrypoint.sh
@@ -19,6 +19,7 @@ GRANT ALL PRIVILEGES ON wordpress.* TO 'root'@'%' IDENTIFIED BY 'root';
FLUSH PRIVILEGES;
EOF
+ echo '-----------SETUP WORDPRESS-----------'
/usr/bin/mysqld --user=root --datadir=/var/lib/mysql --bootstrap < /wordpress.sql
fi