1
0
mirror of https://github.com/drakkan/sftpgo.git synced 2025-11-23 22:04:50 +02:00

docs: fix markdown lint warnings

This commit is contained in:
Nicola Murino
2020-06-15 23:46:11 +02:00
parent 37418a7630
commit c491133aff
16 changed files with 105 additions and 100 deletions

View File

@@ -37,7 +37,7 @@ You can combine the scopes. For example, 3 means password and public key, 5 mean
Let's see a very basic example. Our sample authentication program will only accept user `test_user` with any password or public key.
```
```shell
#!/bin/sh
if test "$SFTPGO_AUTHD_USERNAME" = "test_user"; then