From 227f36497a3e07c5a03d64b7442a4e676efa93db Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 10 Mar 2021 15:22:50 +0100 Subject: [PATCH] d/postinst: fix typo in comment Signed-off-by: Thomas Lamprecht --- debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/postinst b/debian/postinst index 8980a90f..7af49952 100644 --- a/debian/postinst +++ b/debian/postinst @@ -6,7 +6,7 @@ set -e case "$1" in configure) - # need to have user backup in the tapoe group + # need to have user backup in the tape group usermod -a -G tape backup # modeled after dh_systemd_start output