From 024e0e4fed26bfa839f3208b3d1e51826ab94653 Mon Sep 17 00:00:00 2001
From: hahn <axel.hahn@iml.unibe.ch>
Date: Thu, 21 Nov 2013 17:52:07 +0100
Subject: [PATCH] - Mehr Ausgabe im Onbuild

---
 hooks/onbuild | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/hooks/onbuild b/hooks/onbuild
index d6cfcc26..9bb5a900 100644
--- a/hooks/onbuild
+++ b/hooks/onbuild
@@ -10,8 +10,15 @@
 # 2013-11-12  axel.hahn@iml.unibe.ch
 # ======================================================================
 
+echo ONBUILD fuer CI Deployment GUI
+echo
 cd `dirname $0`
 cd ..
 
+echo "----------> setze x-recht auf gitsshwrapper " 
 ls -l shellscripts/gitsshwrapper.sh && chmod 755 shellscripts/gitsshwrapper.sh && ls -l shellscripts/gitsshwrapper.sh
-chmod 600 public_html/deployment/config/sshkeys/*
\ No newline at end of file
+echo "----------> minimere Rechte auf SSH-Keyfiles" 
+chmod 600 public_html/deployment/config/sshkeys/*
+ls -l public_html/deployment/config/sshkeys/*
+
+echo "----------> done." 
-- 
GitLab