Add white space and fix var names

This commit is contained in:
Luke Murphy
2020-04-15 13:30:00 +02:00
parent 5e4116928a
commit 6505de02b2
2 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
ssh \
-p {{ vars.ssh_listen_port }} \
-p {{ ssh_listen_port }} \
-o StrictHostKeyChecking=no \
git@{{ vars.dokku_container_ip }} \
git@{{ dokku_container_ip }} \
"SSH_ORIGINAL_COMMAND=\"$SSH_ORIGINAL_COMMAND\" $0 $@"