Select Git revision
check_ceph_io
-
Hahn Axel (hahn) authoredHahn Axel (hahn) authored
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."