diff options
-rwxr-xr-x | z-distfiles/scripts-gw-1.1/SVN-daily | 2 | ||||
-rwxr-xr-x | z-distfiles/scripts-gw-1.1/SVN-monthly | 2 |
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 |