Ajout d'un test avant de supprimer le fichier d'erreur
This commit is contained in:
parent
6627373db6
commit
b1d6c93f00
1 changed files with 3 additions and 1 deletions
|
@ -97,7 +97,9 @@ fi
|
|||
if [ $? == 0 ] ; then
|
||||
echo `date` > ${ORIG}lastBackup
|
||||
echo "Method: ${TYPE}" >> ${ORIG}/lastBackup
|
||||
rm ${ORIG}lastFailBackup
|
||||
if [ -f "${ORIG}lastFailBackup}" ]; then
|
||||
rm ${ORIG}lastFailBackup
|
||||
fi
|
||||
else
|
||||
echo `date` > ${ORIG}lastFailBackup
|
||||
echo "Method: ${TYPE}" >> ${ORIG}lastFailBackup
|
||||
|
|
Loading…
Reference in a new issue