mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-21 14:32:19 +00:00
fix formatting
This commit is contained in:
parent
728217838d
commit
7ddce78b66
1 changed files with 2 additions and 1 deletions
|
@ -160,7 +160,8 @@ No users have added their keys to Gitea just yet so if you look at `/home/git/.s
|
||||||
|
|
||||||
So I'll go ahead and create that extra command:
|
So I'll go ahead and create that extra command:
|
||||||
```shell
|
```shell
|
||||||
cat <<"EOF" | sudo tee /usr/local/bin/gitea # [tl! .cmd]
|
# [tl! .cmd:1,1]
|
||||||
|
cat <<EOF | sudo tee /usr/local/bin/gitea
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
ssh -p 2222 -o StrictHostKeyChecking=no git@127.0.0.1 "SSH_ORIGINAL_COMMAND=\"$SSH_ORIGINAL_COMMAND\" $0 $@"
|
ssh -p 2222 -o StrictHostKeyChecking=no git@127.0.0.1 "SSH_ORIGINAL_COMMAND=\"$SSH_ORIGINAL_COMMAND\" $0 $@"
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in a new issue