aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2017-09-18 15:13:02 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2017-09-18 15:13:02 -0700
commitb36dd414d1589711181f13712e064f57ea600407 (patch)
tree44002e96b29cc2f75185e66e628e3b464fe06c9d
parentsnapshots-create: exclude some content from the rsync, better than exclusion ... (diff)
downloadmastermirror-scripts-b36dd414d1589711181f13712e064f57ea600407.tar.gz
mastermirror-scripts-b36dd414d1589711181f13712e064f57ea600407.tar.bz2
mastermirror-scripts-b36dd414d1589711181f13712e064f57ea600407.zip
snapshots-create: fix filename that leaked fro testing.
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 66873fa..f60d8c6 100755
--- a/snapshots-create.sh
+++ b/snapshots-create.sh
@@ -140,7 +140,7 @@ if [ ! -f "${FILENAME%.bz2}" ]; then
--no-selinux
)
tar "${TAR_OPTIONS[@]}" \
- -cf posix-bf1-${FILENAME%.bz2} \
+ -cf ${FILENAME%.bz2} \
portage
rc=$?
rm -rf portage