]> git.proxmox.com Git - pve-container.git/commitdiff
fix config path in warning about undetectable architecture
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 26 Sep 2016 14:13:36 +0000 (16:13 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 27 Sep 2016 06:49:24 +0000 (08:49 +0200)
src/PVE/LXC/Create.pm

index eea4630fe5b16540f0f694907d1c8dfd83cc79cf..1f1ece1c98b6ac83920603c72c325652f7df6f6a 100644 (file)
@@ -64,7 +64,7 @@ sub restore_archive {
            print "Detected container architecture: $conf->{'arch'}\n";
        } else {
            print "CT architecture detection failed, falling back to amd64.\n" .
-                 "Edit the config in /etc/pve/nodes/{node}/lxc/{vmid}/config " .
+                 "Edit the config in /etc/pve/nodes/{node}/lxc/{vmid}.conf " .
                  "to set another architecture.\n";
        }
     });