]> git.proxmox.com Git - proxmox-backup.git/commitdiff
d/postinst: fix typo in comment
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 10 Mar 2021 14:22:50 +0000 (15:22 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 10 Mar 2021 14:22:52 +0000 (15:22 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/postinst

index 8980a90f78da3099bff4cf733a7bd91502b14831..7af4995206353da17ec52859b2c2ab4f14a4c4e5 100644 (file)
@@ -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