Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hartmann <chris-hartmann@gmx.de>2020-11-23 22:17:18 +0300
committerChristian Hartmann <chris-hartmann@gmx.de>2020-11-23 22:17:18 +0300
commitb1c1cecdc498b9fe9c92b018652e2bdfec39fa3a (patch)
treea2be8593d3904375e0ced7175c4e5b88a4eafc47 /lib/Command/Scan.php
parent2fd621f02dc178bb00cdb82faec23d1d727d11c9 (diff)
Add missing exit codes
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
Diffstat (limited to 'lib/Command/Scan.php')
-rw-r--r--lib/Command/Scan.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Command/Scan.php b/lib/Command/Scan.php
index ffb8f2e4..7f89ef4e 100644
--- a/lib/Command/Scan.php
+++ b/lib/Command/Scan.php
@@ -90,6 +90,7 @@ class Scan extends Base {
];
$this->showSummary($headers, null, $output, $end - $start);
+ return 0;
} else {
$output->writeln('<error>Folder not found: ' . $folderId . '</error>');
return -1;