[pve-devel] [PATCH pve-manager 1/2] Elaborate comment in hook example
Herman van Rink
helmo at initfour.nl
Fri Mar 9 11:32:31 CET 2018
Signed-off-by: Herman van Rink <rink at initfour.nl>
---
vzdump-hook-script.pl | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/vzdump-hook-script.pl b/vzdump-hook-script.pl
index a93eeec..a9dbb89 100755
--- a/vzdump-hook-script.pl
+++ b/vzdump-hook-script.pl
@@ -1,6 +1,9 @@
#!/usr/bin/perl -w
-# example hook script for vzdump (--script option)
+# Example hook script for vzdump (--script option)
+# This can also be added as a line in /etc/vzdump.conf
+# e.g. 'script: /usr/local/bin/vzdump-hook-script.pl'
+
use strict;
--
2.9.0
More information about the pve-devel
mailing list