summaryrefslogtreecommitdiffstats
path: root/mirrorsync
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-05-06 09:18:46 +0200
committerRemi Collet <remi@php.net>2025-05-06 09:18:46 +0200
commitb2674851d59fb15c7f819638ea36e0b9f9654ba0 (patch)
tree6857e17775bdc0ff2644456f1be993453e2a4704 /mirrorsync
parent1c7e1e1043fa0b07f74368c45e9e248cbeccabc0 (diff)
type
Diffstat (limited to 'mirrorsync')
-rw-r--r--mirrorsync2
1 files changed, 1 insertions, 1 deletions
diff --git a/mirrorsync b/mirrorsync
index 2ceb9d1..4661877 100644
--- a/mirrorsync
+++ b/mirrorsync
@@ -139,7 +139,7 @@ if [[ -n "$checkresult2" ]]; then
logger -t rsync "Succeed updating ${mirrormodule}"
else
logger -t rsync "Failed updating ${mirrormodule} see ${logfile}"
- rm -f ${dst1}/${datefile}
+ rm -f ${dst2}/${datefile}
fi
fi