diff --git a/hooks/onbuild b/hooks/onbuild index d6cfcc260da48e91a27c6d6e6af526c407220326..9bb5a9002c1594593fff51accf76b1e95857e71b 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."