fix doc typo

This commit is contained in:
Kay Marquardt (Gnadelwartz) 2020-05-19 15:21:48 +02:00
parent 46af6348a7
commit c86efb1e07
1 changed files with 3 additions and 3 deletions

View File

@ -116,10 +116,10 @@ In addition bashbot has a [test suite](doc/7_develop.md) to check if important f
**We stay with /bin/bash shebang, because it's more save from security perspective.**
Using the system provided bash makes it harder for attackers or users to place alternative versions of bash and avoids using
possibly broken, mangled or compromised bash executables.
Using a fixed path to the system provided bash makes it harder for attackers or users to place alternative versions of bash
and avoids using a possibly broken, mangled or compromised bash executable.
If you are a MacOS user or forced to use an alternative bash, see [Install Bashbot](doc/0_install.md)
If you are a BSD / MacOS user or must to use an other bash location, see [Install Bashbot](doc/0_install.md)
### Run your Bot as a restricted user
**I recommend to run your bot as a user, with almost no access rights.**