Elaborate comment in hook example

Signed-off-by: Herman van Rink <rink@initfour.nl>
This commit is contained in:
Herman van Rink 2018-03-09 11:32:31 +01:00 committed by Thomas Lamprecht
parent 998e4eebe7
commit 85cf35f894

View File

@ -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;