summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xz-distfiles/scripts-gw-1.1/SVN-daily1
-rwxr-xr-xz-distfiles/scripts-gw-1.1/SVN-monthly1
2 files changed, 2 insertions, 0 deletions
diff --git a/z-distfiles/scripts-gw-1.1/SVN-daily b/z-distfiles/scripts-gw-1.1/SVN-daily
index 63e39b0..2ab0df1 100755
--- a/z-distfiles/scripts-gw-1.1/SVN-daily
+++ b/z-distfiles/scripts-gw-1.1/SVN-daily
@@ -9,6 +9,7 @@ done
for FILE in /var/svn/dump/*.bz2
do
+ [ -f $FILE.gpg ] && rm $FILE.gpg
[ -f $FILE ] && /usr/bin/gpg --batch --no-tty --default-recipient post@gunnarwrobel.de --encrypt-files $FILE && rm $FILE
done
diff --git a/z-distfiles/scripts-gw-1.1/SVN-monthly b/z-distfiles/scripts-gw-1.1/SVN-monthly
index c7deb0c..3f26b15 100755
--- a/z-distfiles/scripts-gw-1.1/SVN-monthly
+++ b/z-distfiles/scripts-gw-1.1/SVN-monthly
@@ -9,6 +9,7 @@ done
for FILE in /var/svn/dump/*.bz2
do
+ [ -f $FILE.gpg ] && rm $FILE.gpg
[ -f $FILE ] && /usr/bin/gpg --batch --no-tty --default-recipient post@gunnarwrobel.de --encrypt-files $FILE && rm $FILE
done