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