2 lines
88 B
Bash
2 lines
88 B
Bash
|
#!/bin/bash
|
||
|
mariadb mysql -u root -p${MARIADB_ROOT_PASSWORD} -h localhost -e "select 1"
|