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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user