From: Dietmar Maurer Date: Thu, 12 May 2016 04:09:34 +0000 (+0200) Subject: use run_cli_handler() instead of depreciated run_cli() X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=5fcbae6a2beb34746a06b4d821a44e7892d1cd43;p=pve-container.git use run_cli_handler() instead of depreciated run_cli() --- diff --git a/src/pct b/src/pct index 8b99971..68feae3 100755 --- a/src/pct +++ b/src/pct @@ -5,4 +5,4 @@ use warnings; use PVE::CLI::pct; -PVE::CLI::pct->run_cli(); +PVE::CLI::pct->run_cli_handler();