docs: replace ``bash with ``sh in all .md files

This commit is contained in:
MoNakouzi
2022-08-15 00:51:56 -04:00
committed by AJ ONeal
parent 4c539f3bd2
commit 82af8b46a4
92 changed files with 434 additions and 434 deletions

View File

@@ -37,11 +37,11 @@ command.
These two commands are equivalent:
```bash
```sh
sudo setcap-netbind node
```
```bash
```sh
sudo setcap 'cap_net_bind_service=+ep' "$(readlink -f "$(command -v node)")"
```