Added missing sudo statement.

This commit is contained in:
Jan Kuparinen 2020-11-13 21:33:14 +02:00 committed by pbokoc
parent fb31f63a35
commit 97a60f8ce7

View file

@ -654,7 +654,7 @@ SSLCertificateKeyFile /etc/pki/tls/private/hostname.key</pre>
</div>
<div class="listingblock">
<div class="content">
<pre># systemctl restart httpd.service</pre>
<pre># sudo systemctl restart httpd.service</pre>
</div>
</div>
</td>