diff --git a/patches/utils/patch_header.sh b/patches/utils/patch_header.sh
index bc0045c8a8f43a9761c27d7cc16fb4f719df8e51..10237bb80f2707cd85aa43031fbe944e7058a6c1 100644
--- a/patches/utils/patch_header.sh
+++ b/patches/utils/patch_header.sh
@@ -101,7 +101,9 @@ while test $# -gt 0; do
  esac
 done
 
+echo "HERE header1"
 [[ -n "$ENV_FILE" ]] && source "$ENV_FILE"
+echo "HERE header2"
 
 if [[ -z "$DATABASE_NAME" && -z "$MYSQL_CONNECTION" ]]
 then