From 2fa7d1bbfa127e23c16c1e06d3f5667e47e58058 Mon Sep 17 00:00:00 2001 From: Daniel <daniel@harvey> Date: Thu, 26 Mar 2020 19:26:57 +0100 Subject: [PATCH] Debug --- patches/applyPatches.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/patches/applyPatches.sh b/patches/applyPatches.sh index 3e2ebd2..7cce39b 100755 --- a/patches/applyPatches.sh +++ b/patches/applyPatches.sh @@ -43,6 +43,8 @@ PATCHES="./patch*/patch.sh" for p in $PATCHES do echo "$p" + env | grep MYSQL | sort + export | grep MYSQL | sort $p "$@" --patch=$p done -- GitLab