1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Fix typos in docs/content (#18215)

This commit is contained in:
Greg Myers
2022-01-09 04:53:03 -07:00
committed by GitHub
parent de578bff8c
commit 79791ba4ac
6 changed files with 9 additions and 9 deletions

View File

@@ -337,7 +337,7 @@ In the next step a file named `/app/gitea/gitea` (with executable permissions) n
ssh -p 2222 -o StrictHostKeyChecking=no git@127.0.0.1 "SSH_ORIGINAL_COMMAND=\"$SSH_ORIGINAL_COMMAND\" $0 $@"
```
Here you should also make sure that you've set the permisson of `/app/gitea/gitea` correctly:
Here you should also make sure that you've set the permission of `/app/gitea/gitea` correctly:
```bash
sudo chmod +x /app/gitea/gitea