mirror of
https://git.proxmox.com/git/pve-guest-common
synced 2025-04-29 10:32:43 +00:00
grammar fix: s/does not exists/does not exist/g
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
727080edd9
commit
fb73d112aa
@ -36,7 +36,7 @@ sub check_hookscript {
|
|||||||
die "'$volid' is not in the snippets directory\n"
|
die "'$volid' is not in the snippets directory\n"
|
||||||
if $type ne 'snippets';
|
if $type ne 'snippets';
|
||||||
|
|
||||||
die "script '$volid' does not exists\n"
|
die "script '$volid' does not exist\n"
|
||||||
if ! -f $path;
|
if ! -f $path;
|
||||||
|
|
||||||
die "script '$volid' is not executable\n"
|
die "script '$volid' is not executable\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user