From 6461f656cdd03829e6ffae74f642307869d3f3d5 Mon Sep 17 00:00:00 2001 From: FL Date: Sun, 9 Oct 2022 06:21:27 +0200 Subject: [PATCH] qm-create: rephrase example to better reflect command (#8806) * rephrased example to better reflect command * slight rephrase for better reading --- pages/linux/qm-create.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/qm-create.md b/pages/linux/qm-create.md index 3b9b0c57f..a17d4bf3d 100644 --- a/pages/linux/qm-create.md +++ b/pages/linux/qm-create.md @@ -19,6 +19,6 @@ `qm create {{100}} --archive {{path/to/backup_file.tar}} --force 1` -- Specify a script that is executed on specific triggers during machine lifetime: +- Specify a script that is executed automatically depending on the state of the virtual machine: `qm create {{100}} --hookscript {{path/to/script.pl}}`