]> git.proxmox.com Git - pve-container.git/blobdiff - src/PVE/CLI/pct.pm
pct mount: tell user where he can find the mounted CT
[pve-container.git] / src / PVE / CLI / pct.pm
index 3253906042e63b6ae6808fb5bbf8a7b6752200d0..05fcb29b8b5f25b3126fc99070020b2cae65a7fd 100755 (executable)
@@ -297,6 +297,8 @@ __PACKAGE__->register_method({
            my $conf = PVE::LXC::Config->set_lock($vmid, 'mounted');
            PVE::LXC::mount_all($vmid, $storecfg, $conf);
        });
+
+       print "mounted CT $vmid in '/var/lib/lxc/$vmid/rootfs'\n";
        return undef;
     }});