From 40ae5debe6d14ad15b59a320cfcb1b3d246f1764 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gardais=20J=C3=A9r=C3=A9my?= Date: Fri, 16 Feb 2018 09:52:09 +0100 Subject: [PATCH] =?UTF-8?q?Add=20a=20missing=20";"=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proxmox/vzdump-hook-lxc-jessie-template.pl | 2 +- proxmox/vzdump-hook-lxc-stretch-template.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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";