mirror of
git://git.proxmox.com/git/pve-docs.git
synced 2025-01-03 01:17:49 +03:00
examples: guest hookscript: fix typo in comment
suggested on our read-only mirror on github: https://github.com/proxmox/pve-docs/pull/2 Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
920dac8b5c
commit
ffe47a6edc
@ -24,7 +24,7 @@ my $phase = shift;
|
||||
if ($phase eq 'pre-start') {
|
||||
|
||||
# First phase 'pre-start' will be executed before the guest
|
||||
# ist started. Exiting with a code != 0 will abort the start
|
||||
# is started. Exiting with a code != 0 will abort the start
|
||||
|
||||
print "$vmid is starting, doing preparations.\n";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user