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