Skip to content
Snippets Groups Projects
Commit 1b72a92b authored by hahn's avatar hahn
Browse files

- fixed: eol in onbuild script

parent 8e236dbd
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
# ======================================================================
#
# ONBUILD fuer CI Deployment GUI
#
# Aufgaben:
# - gibt dem Wrapper fuer SSH Connections zu Git X-Rechte
#
# 2013-11-12 axel.hahn@iml.unibe.ch
# ======================================================================
cd `dirname $0`
cd ..
ls -l shellscripts/gitsshwrapper.sh && chmod 755 && shellscripts/gitsshwrapper.sh
#!/bin/bash
# ======================================================================
#
# ONBUILD fuer CI Deployment GUI
#
# Aufgaben:
# - gibt dem Wrapper fuer SSH Connections zu Git X-Rechte
#
# 2013-11-12 axel.hahn@iml.unibe.ch
# ======================================================================
cd `dirname $0`
cd ..
ls -l shellscripts/gitsshwrapper.sh && chmod 755 && shellscripts/gitsshwrapper.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment