Skip to content
Snippets Groups Projects
Select Git revision
  • 20ad306b476c5b228b6113114e36e595e0f7a340
  • master default protected
  • Legacy_Php7
3 results

onbuild

Blame
  • onbuild 540 B
    #!/bin/bash
    # ======================================================================
    #
    # ONDEPLOY fuer CI Deployment GUI
    #
    # Aufgaben:
    # - Projekt-Configs anpassen
    #
    # 2014-05-07  axel.hahn@iml.unibe.ch
    # ======================================================================
    
    echo ONDEPLOY 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
    
    echo "----------> done."