diff --git a/hooks/onbuild b/hooks/onbuild index c3f0fabf74d121ce06f0ca130a086c0a0778b284..9475aa37f562274bfbc43997ba6c504963476ec9 100644 --- a/hooks/onbuild +++ b/hooks/onbuild @@ -17,8 +17,5 @@ cd .. echo "----------> setze x-recht auf gitsshwrapper " ls -l shellscripts/gitsshwrapper.sh && chmod 755 shellscripts/gitsshwrapper.sh && ls -l shellscripts/gitsshwrapper.sh -echo "----------> minimere Rechte auf SSH-Keyfiles" -chmod 600 config/sshkeys/* -ls -l config/sshkeys/* echo "----------> done."