[DOC] Remove ~$ from BIND9 code block aka named (#15181)

This commit is contained in:
Santiago Z
2023-08-02 10:38:22 -03:00
committed by GitHub
parent 7505c89586
commit d810c7a648

View File

@@ -289,8 +289,8 @@ extend backupninja /etc/snmp/backupninja.py
1. Create stats file with appropriate permissions:
```bash
~$ touch /var/cache/bind/stats
~$ chown bind:bind /var/cache/bind/stats
touch /var/cache/bind/stats
chown bind:bind /var/cache/bind/stats
```
Change `user:group` to the user and group that's running bind/named.