]> git.proxmox.com Git - proxmox-ve.git/commitdiff
Removed double wording in apthook message
authorAlwin Antreich <a.antreich@proxmox.com>
Wed, 9 Jan 2019 12:37:19 +0000 (13:37 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 9 Jan 2019 13:05:33 +0000 (14:05 +0100)
Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
debian/apthook/pve-apt-hook

index d49a2ce0b068cfd9b603cde4d6f01e5b2eadb46a..0ec017d1493ea243681ddee1b3e06f23d99844ef 100755 (executable)
@@ -58,7 +58,7 @@ while (my $line = <$fh>) {
       $log->("!! WARNING !!\n");
       $log->("You are attempting to remove the meta-package '${check_package}'!\n");
       $log->("\n");
-      $log->("If you really you want to permanently remove '${check_package}' from your system, run the following command\n");
+      $log->("If you really want to permanently remove '${check_package}' from your system, run the following command\n");
       $log->("\ttouch '${check_file}'\n");
       $log->("run apt purge ${check_package} to remove the meta-package\n");
       $log->("and repeat your apt invocation.\n");