mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-14 16:13:24 +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
|