Skip to content
Snippets Groups Projects
Commit 024e0e4f authored by hahn's avatar hahn
Browse files

- Mehr Ausgabe im Onbuild

parent b1cd4911
No related branches found
No related tags found
No related merge requests found
...@@ -10,8 +10,15 @@ ...@@ -10,8 +10,15 @@
# 2013-11-12 axel.hahn@iml.unibe.ch # 2013-11-12 axel.hahn@iml.unibe.ch
# ====================================================================== # ======================================================================
echo ONBUILD fuer CI Deployment GUI
echo
cd `dirname $0` cd `dirname $0`
cd .. cd ..
echo "----------> setze x-recht auf gitsshwrapper "
ls -l shellscripts/gitsshwrapper.sh && chmod 755 shellscripts/gitsshwrapper.sh && ls -l shellscripts/gitsshwrapper.sh ls -l shellscripts/gitsshwrapper.sh && chmod 755 shellscripts/gitsshwrapper.sh && ls -l shellscripts/gitsshwrapper.sh
echo "----------> minimere Rechte auf SSH-Keyfiles"
chmod 600 public_html/deployment/config/sshkeys/* chmod 600 public_html/deployment/config/sshkeys/*
ls -l public_html/deployment/config/sshkeys/*
echo "----------> done."
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment