We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db001e3 commit 1c5cfccCopy full SHA for 1c5cfcc
deb/DEBIAN/postinst
@@ -2,7 +2,7 @@
2
set -e
3
4
getent group dnstapir || addgroup dnstapir
5
-getent passwd tapir-renew || adduser --ingroup dnstapir --system tapir-renew
+getent passwd dnstapir-renew || adduser --ingroup dnstapir --system dnstapir-renew
6
7
if [ -z "$2" ]; then
8
chown root:dnstapir /etc/dnstapir/certs
0 commit comments