From 59a66af23325ec5366a30147407662978bbfa609 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gardais=20J=C3=A9r=C3=A9my?= Date: Wed, 21 Feb 2018 09:19:34 +0100 Subject: [PATCH] =?UTF-8?q?Add=20another=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 5bdf462..b1d4d5f 100755 --- a/proxmox/vzdump-hook-lxc-jessie-template.pl +++ b/proxmox/vzdump-hook-lxc-jessie-template.pl @@ -62,7 +62,7 @@ if ($phase eq 'job-start' || die "copy tar file as a template failed"; # Unlink (eg hostname=jessietpl.ipr.univ-rennes1.fr) - system ("unlink $TEMPLATE_DIR/$TEMPLATE_FILE_LINK") + system ("unlink $TEMPLATE_DIR/$TEMPLATE_FILE_LINK"); # no die cause if the previous backup exit on tarfile copy, the link might not exist # Link last template file to a better name diff --git a/proxmox/vzdump-hook-lxc-stretch-template.pl b/proxmox/vzdump-hook-lxc-stretch-template.pl index a2b2818..931790e 100755 --- a/proxmox/vzdump-hook-lxc-stretch-template.pl +++ b/proxmox/vzdump-hook-lxc-stretch-template.pl @@ -62,7 +62,7 @@ if ($phase eq 'job-start' || die "copy tar file as a template failed"; # Unlink (eg hostname=stretchtpl.ipr.univ-rennes1.fr) - system ("unlink $TEMPLATE_DIR/$TEMPLATE_FILE_LINK") + system ("unlink $TEMPLATE_DIR/$TEMPLATE_FILE_LINK"); # no die cause if the previous backup exit on tarfile copy, the link might not exist # Link last template file to a better name