ab44c4500f
Change-Id: I219a01077f5ea3209cbb40b6f27fdbfa638386f7 Implements: blueprint container-healthchecks
4 lines
47 B
Bash
Executable File
4 lines
47 B
Bash
Executable File
#!/bin/sh
|
|
|
|
mysql -e 'show databases' || exit 1
|