diff --git a/proxmox/vzdump-hook-lxc-jessie-template.pl b/proxmox/vzdump-hook-lxc-jessie-template.pl index 9bf0703..5bdf462 100755 --- a/proxmox/vzdump-hook-lxc-jessie-template.pl +++ b/proxmox/vzdump-hook-lxc-jessie-template.pl @@ -5,7 +5,7 @@ # Template directory my $TEMPLATE_DIR = "/mnt/zfsbkp/template/cache"; # Template file name -my $TEMPLATE_FILE_LINK = "jessie.template.ipr.univ-rennes1.fr.tar.gz" +my $TEMPLATE_FILE_LINK = "jessie.template.ipr.univ-rennes1.fr.tar.gz"; # Number of template to keep available my $RETENTION_TIME = "2"; diff --git a/proxmox/vzdump-hook-lxc-stretch-template.pl b/proxmox/vzdump-hook-lxc-stretch-template.pl index 7d6c9dd..a2b2818 100755 --- a/proxmox/vzdump-hook-lxc-stretch-template.pl +++ b/proxmox/vzdump-hook-lxc-stretch-template.pl @@ -5,7 +5,7 @@ # Template directory my $TEMPLATE_DIR = "/mnt/zfsbkp/template/cache"; # Template file name -my $TEMPLATE_FILE_LINK = "stretch.template.ipr.univ-rennes1.fr.tar.gz" +my $TEMPLATE_FILE_LINK = "stretch.template.ipr.univ-rennes1.fr.tar.gz"; # Number of template to keep available my $RETENTION_TIME = "2";