From 29fb0d211f4c4fabb6bcb16c53c4564c58e971b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Sat, 14 Jul 2018 10:51:03 +0200 Subject: [PATCH] Explicitly add /sbin in $PATH #1597 --- tools/proxysql_galera_checker.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/proxysql_galera_checker.sh b/tools/proxysql_galera_checker.sh index 6ecc01f89..3a8748027 100755 --- a/tools/proxysql_galera_checker.sh +++ b/tools/proxysql_galera_checker.sh @@ -1,4 +1,5 @@ #!/bin/bash +PATH=$PATH:/sbin ## inspired by Percona clustercheck.sh # CHANGE THOSE