summaryrefslogtreecommitdiff
path: root/rhimport-rs
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2012-01-25 15:11:49 (GMT)
committerChristian Pointner <equinox@helsinki.at>2012-01-25 15:11:49 (GMT)
commitf5bc1e132e486c7d4df3b82a3de681b195f4ec1f (patch)
tree8dfec2c90e39fea3254e3f799a7aaa8afae3efde /rhimport-rs
parentc944e764868f7507cf8e22e262035cf7d9bd8df5 (diff)
improved output at non-fitting dropbox
Diffstat (limited to 'rhimport-rs')
-rwxr-xr-xrhimport-rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhimport-rs b/rhimport-rs
index 4e5f87f..1f2ed59 100755
--- a/rhimport-rs
+++ b/rhimport-rs
@@ -58,7 +58,7 @@ my @allowed_dbs = rhimport::get_dropboxes($dbh, $user, $group);
if(scalar(@allowed_dbs) != 2) {
print "found more or less than 2 Dropboxes for this group?!\n";
$dbh->disconnect();
- exit 0;
+ exit 1;
}
my $idx = 0;