From: Wolfgang Bumiller Date: Thu, 24 Mar 2016 07:47:49 +0000 (+0100) Subject: style fix X-Git-Url: https://git.proxmox.com/?p=pve-container.git;a=commitdiff_plain;h=c9bc95a1d58dc7ff3d752cdd49b056913382f5c7 style fix --- diff --git a/src/PVE/LXC.pm b/src/PVE/LXC.pm index 3a92f3d..0365996 100644 --- a/src/PVE/LXC.pm +++ b/src/PVE/LXC.pm @@ -1110,7 +1110,7 @@ sub mountpoint_mount { die "unsupported image format '$format'\n"; } } elsif ($type eq 'device') { - push @extra_opts, '-o', 'ro' if $readonly; + push @extra_opts, '-o', 'ro' if $readonly; PVE::Tools::run_command(['mount', @extra_opts, $volid, $mount_path]) if $mount_path; return wantarray ? ($volid, 0, $volid) : $volid; } elsif ($type eq 'bind') {