updated mariadb.sh

pull/2/head
Hari Sekhon 4 years ago
parent 766672edd0
commit 5294885259

@ -179,7 +179,7 @@ if [ -n "${LOAD_SAMPLE_DB:-}" ]; then
echo >&2
fi
if [ -z "${DOCKER_NON_INTERACTIVE:-}" ]; then
if is_interactive && [ -z "${DOCKER_NON_INTERACTIVE:-}" ]; then
cat <<EOF
$shell_description

Loading…
Cancel
Save