From 44ec22625dd5444ac9f3b212245017c9b10f7d30 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 29 Mar 2020 10:57:58 +0200 Subject: [PATCH] Add new line --- ansible/templates/gitea.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/templates/gitea.j2 b/ansible/templates/gitea.j2 index 414f8bc..76b35f8 100755 --- a/ansible/templates/gitea.j2 +++ b/ansible/templates/gitea.j2 @@ -1,2 +1,3 @@ #!/bin/sh + ssh -p {{ ssh_listen_port }} -o StrictHostKeyChecking=no git@{{ dokku_container_ip }} "SSH_ORIGINAL_COMMAND=\"$SSH_ORIGINAL_COMMAND\" $0 $@"