[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.