aboutsummaryrefslogtreecommitdiff
path: root/gitwrapper.sh
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2020-07-25 23:50:10 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2020-07-25 23:50:10 +0200
commitf6e0de976f05ad7e9e796896864d73c41c48330c (patch)
treee3c7c76e97f5dc6aec428d7065dcfa2cb973b41c /gitwrapper.sh
parent19292ce1f6047c9f0103bef2319cb592506e2a52 (diff)
downloadreposync-f6e0de976f05ad7e9e796896864d73c41c48330c.tar.gz
removed testing echos
Diffstat (limited to 'gitwrapper.sh')
-rwxr-xr-xgitwrapper.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/gitwrapper.sh b/gitwrapper.sh
index 2a8ed26..d6b8fc9 100755
--- a/gitwrapper.sh
+++ b/gitwrapper.sh
@@ -90,8 +90,6 @@ fi
read direction repo_path < <( echo "$SSH_ORIGINAL_COMMAND" | sed -n 's/^git[ -]\(receive\|upload\)-pack \(.*\)$/\1 \2/p' | tr -d "'" )
[ -z "$repo_path" ] && exit 1
-perror "$repo_path"
-
if [ "$direction" = "receive" ]; then
if ! has_access "$repo_path" "w"; then
perror "An error occured: No such file or directory."