summaryrefslogtreecommitdiff
path: root/pcr/mariadb-galera/mariadb-post.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/mariadb-galera/mariadb-post.sh')
-rw-r--r--pcr/mariadb-galera/mariadb-post.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/pcr/mariadb-galera/mariadb-post.sh b/pcr/mariadb-galera/mariadb-post.sh
deleted file mode 100644
index c4ac18171..000000000
--- a/pcr/mariadb-galera/mariadb-post.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-while true; do
- response=$(/usr/bin/mysqladmin -uUNKNOWN_USER ping 2>&1) && break
- echo "$response" | grep -q "mysqld is alive" && break
- echo "$response" | grep -q "Access denied for user" && break
- sleep 1
-done