d/postinst: fix typo in comment

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-03-10 15:22:50 +01:00
parent 5ef4c7bcd3
commit 227f36497a
1 changed files with 1 additions and 1 deletions

2
debian/postinst vendored
View File

@ -6,7 +6,7 @@ set -e
case "$1" in case "$1" in
configure) configure)
# need to have user backup in the tapoe group # need to have user backup in the tape group
usermod -a -G tape backup usermod -a -G tape backup
# modeled after dh_systemd_start output # modeled after dh_systemd_start output