mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-23 02:35:49 +08:00
8 lines
123 B
Bash
8 lines
123 B
Bash
#!/bin/bash
|
|
|
|
service mariadb start
|
|
|
|
mysqladmin -u root password ${MYSQL_ROOT_PASSWORD}
|
|
|
|
exec /server --createDatabase=true
|