Skip to content

Commit

Permalink
correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jnorell committed Jan 13, 2014
1 parent e269a9f commit 764e89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vzfirewall
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ my $VERSION = "1.09, 2014-01-07";
my ($DIR) = grep { -d $_ } ("/etc/sysconfig/vz-scripts", "/etc/vz/conf");

unless ($DIR && -d $DIR) {
print STDERR "$0: Error: Could not find opvenvz container conf files.\n"
print STDERR "$0: Error: Could not find openvz container conf files.\n"
. "(Is openvz installed?)\n\n"
. "Use -d to specify their location.\n\n";

Expand Down

0 comments on commit 764e89c

Please sign in to comment.