Skip to content
Snippets Groups Projects
Select Git revision
  • cc9ab76024c4bf52d047995cfa1771b7b8b0f507
  • master default protected
  • simple-task/7248-eol-check-add-node-22
  • 6877_check_iml_deployment
4 results

check_ceph_io

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."