aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2020-01-02 23:24:40 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2020-01-02 23:24:40 -0800
commitede6cf85b57571b97aaeee6c8bfd4b57f53f4794 (patch)
treee6ad658cabd4ff9b2c97c7a1eb8f475a2f297e37
parentsnapshots-create.sh: missed label update (diff)
downloadmastermirror-scripts-ede6cf85b57571b97aaeee6c8bfd4b57f53f4794.tar.gz
mastermirror-scripts-ede6cf85b57571b97aaeee6c8bfd4b57f53f4794.tar.bz2
mastermirror-scripts-ede6cf85b57571b97aaeee6c8bfd4b57f53f4794.zip
snapshots-create.sh: try to debug cleanup calls20200103T072500Z
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rwxr-xr-xsnapshots-create.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/snapshots-create.sh b/snapshots-create.sh
index 9727b2c..47da056 100755
--- a/snapshots-create.sh
+++ b/snapshots-create.sh
@@ -354,7 +354,7 @@ write_time_log "END SYMLINK $(date -u)"
# 7) tidy up
write_time_log "START CLEANUP $(date -u)"
cd "${TEMP}"
-rm -f orig \
+rm -v -f orig \
"${FILENAME%.bz2}"{.bz2,.xz}{,.umd5sum} \
"${FILENAME_NEW%.xz}"{.bz2,.xz}{,.umd5sum} \
"${EXCLUSION_LIST}" \