summaryrefslogtreecommitdiffstats
path: root/create-git-repo.sh
diff options
context:
space:
mode:
Diffstat (limited to 'create-git-repo.sh')
-rwxr-xr-xcreate-git-repo.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/create-git-repo.sh b/create-git-repo.sh
index b724fe9..20a7a80 100755
--- a/create-git-repo.sh
+++ b/create-git-repo.sh
@@ -10,7 +10,6 @@ server="karif"
remotename="karif"
basepath=/srv/git/users/flo
-ssh $server mkdir $basepath/$repo
ssh $server git init --bare $basepath/$repo
ssh $server touch $basepath/$repo/git-daemon-export-ok