[freeside-commits] branch master updated. e9f9e116024b0d59d4bc18b15abcc0caa8f2805e
Ivan
ivan at 420.am
Thu Sep 4 22:04:17 PDT 2014
The branch, master has been updated
via e9f9e116024b0d59d4bc18b15abcc0caa8f2805e (commit)
from c9b7e9bd253b26a35e9821a877d0ae5d30105d38 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e9f9e116024b0d59d4bc18b15abcc0caa8f2805e
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Sep 4 22:04:16 2014 -0700
don't try to download the -d done dir, RT#29053
diff --git a/bin/aradial-sftp_and_import b/bin/aradial-sftp_and_import
index b0878e2..778ee23 100755
--- a/bin/aradial-sftp_and_import
+++ b/bin/aradial-sftp_and_import
@@ -127,6 +127,8 @@ else {
foreach my $filename ( @$ls ) {
+ next if $opt_d && $filename eq $opt_d;
+
warn "Downloading $filename\n" if $opt_v;
#get the file
-----------------------------------------------------------------------
Summary of changes:
bin/aradial-sftp_and_import | 2 ++
1 file changed, 2 insertions(+)
More information about the freeside-commits
mailing list