Skip to content

Commit 1c5cfcc

Browse files
authored
make sure renew service user has proper name (#49)
1 parent db001e3 commit 1c5cfcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deb/DEBIAN/postinst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33

44
getent group dnstapir || addgroup dnstapir
5-
getent passwd tapir-renew || adduser --ingroup dnstapir --system tapir-renew
5+
getent passwd dnstapir-renew || adduser --ingroup dnstapir --system dnstapir-renew
66

77
if [ -z "$2" ]; then
88
chown root:dnstapir /etc/dnstapir/certs

0 commit comments

Comments
 (0)