Add another missing ";"…

This commit is contained in:
Jeremy Gardais 2018-02-21 09:19:34 +01:00
parent 40ae5debe6
commit 59a66af233
2 changed files with 2 additions and 2 deletions

View File

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

View File

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