From 071d761a3f858b0d391385d2a9b711dcad944e9d Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 25 Jun 2019 09:04:07 +0200 Subject: [PATCH] followups: pve5to6 Signed-off-by: Thomas Lamprecht --- bin/pve5to6 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bin/pve5to6 b/bin/pve5to6 index 4802e185..fae6a032 100755 --- a/bin/pve5to6 +++ b/bin/pve5to6 @@ -1,10 +1,8 @@ -#!/usr/bin/perl -T +#!/usr/bin/perl use strict; use warnings; -use lib qw(.); - use PVE::CLI::pve5to6; PVE::CLI::pve5to6->run_cli_handler();