2 lines
87 B
Bash
Executable file
2 lines
87 B
Bash
Executable file
#!/usr/bin/env bash
|
|
mysqladmin ping --silent -hlocalhost -uroot -p$MYSQL_ROOT_PASSWORD
|