Lintian fix

This commit is contained in:
Sébastien Delafond
2019-12-21 10:29:01 +01:00
parent 7938eebdcd
commit f966258772
+1 -1
View File
@@ -22,7 +22,7 @@ case "$1" in
configure|reconfigure)
# create an aptly-api group and user
if ! grep -q aptly-api /etc/passwd; then
if ! getent passwd aptly-api > /dev/null; then
adduser --system --home /var/lib/aptly-api --no-create-home aptly-api
addgroup --system aptly-api
adduser aptly-api aptly-api