technology/communication/znc.md
... ...
@@ -6,7 +6,7 @@ guide for [installing][] on centos (requires [epel-release][])
6 6
```
7 7
yum install epel-release
8 8
yum install znc
9
--u znc znc --makeconf
9
+sudo -u znc znc --makeconf
10 10
semanage port -a -t http_port_t -p tcp 1666
11 11
firewall-cmd --permanent --add-port=1666/tcp
12 12
```