diff --git a/PVE/GuestHelpers.pm b/PVE/GuestHelpers.pm index 34cdc85..07a62ce 100644 --- a/PVE/GuestHelpers.pm +++ b/PVE/GuestHelpers.pm @@ -36,7 +36,7 @@ sub check_hookscript { die "'$volid' is not in the snippets directory\n" if $type ne 'snippets'; - die "script '$volid' does not exists\n" + die "script '$volid' does not exist\n" if ! -f $path; die "script '$volid' is not executable\n"