Add another missing ";"…
This commit is contained in:
parent
40ae5debe6
commit
59a66af233
|
@ -62,7 +62,7 @@ if ($phase eq 'job-start' ||
|
||||||
die "copy tar file as a template failed";
|
die "copy tar file as a template failed";
|
||||||
|
|
||||||
# Unlink (eg hostname=jessietpl.ipr.univ-rennes1.fr)
|
# 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
|
# no die cause if the previous backup exit on tarfile copy, the link might not exist
|
||||||
|
|
||||||
# Link last template file to a better name
|
# Link last template file to a better name
|
||||||
|
|
|
@ -62,7 +62,7 @@ if ($phase eq 'job-start' ||
|
||||||
die "copy tar file as a template failed";
|
die "copy tar file as a template failed";
|
||||||
|
|
||||||
# Unlink (eg hostname=stretchtpl.ipr.univ-rennes1.fr)
|
# 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
|
# no die cause if the previous backup exit on tarfile copy, the link might not exist
|
||||||
|
|
||||||
# Link last template file to a better name
|
# Link last template file to a better name
|
||||||
|
|
Loading…
Reference in New Issue