mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-04-30 14:56:29 +00: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') {
|
if ($phase eq 'pre-start') {
|
||||||
|
|
||||||
# First phase 'pre-start' will be executed before the guest
|
# 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";
|
print "$vmid is starting, doing preparations.\n";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user