Add white space and fix var names
This commit is contained in:
@ -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 $@"
|
||||
|
||||
Reference in New Issue
Block a user