diff --git a/hooks/onbuild b/hooks/onbuild
index 868e19370d85bb75ea7bf9eff73e1afe710e3c30..279ef234f2a0da527c3425cba671ea2b830d1fa2 100644
--- a/hooks/onbuild
+++ b/hooks/onbuild
@@ -14,6 +14,12 @@ echo
 cd `dirname $0`
 cd ..
 
+echo ---------- ENV CHECK
+echo GIT_SSH = $GIT_SSH
+echo DIR_SSH_KEYS = $DIR_SSH_KEYS
+echo DIR_APPROOT = $DIR_APPROOT
+
+
 echo "----------> setze x-recht auf gitsshwrapper " 
 ls -l shellscripts/gitsshwrapper.sh && chmod 755 shellscripts/gitsshwrapper.sh && ls -l shellscripts/gitsshwrapper.sh