5
0
mirror of git://git.proxmox.com/git/pve-storage.git synced 2024-12-22 13:34:16 +03:00

import run_command

This commit is contained in:
Dietmar Maurer 2012-05-23 12:56:25 +02:00
parent d9e4e1ce2c
commit be2e0c16b1

View File

@ -4,6 +4,7 @@ use strict;
use warnings;
use IO::File;
use File::Path;
use PVE::Tools qw(run_command);
use PVE::Storage::Plugin;
use PVE::JSONSchema qw(get_standard_option);