Skip to content

Commit a0d88eb

Browse files
oleksandr-ncbackportbot[bot]
authored andcommitted
fix(setup-check): change missing daemon from error to info
Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com>
1 parent b246093 commit a0d88eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/SetupChecks/DaemonCheck.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function run(): SetupResult {
5353

5454
$daemonConfig = $this->getDefaultDaemonConfig();
5555
if ($daemonConfig === null) {
56-
return SetupResult::error(
56+
return SetupResult::info(
5757
$this->l10n->t('AppAPI default deploy daemon is not set. Please register a default deploy daemon in the settings to install External Apps (Ex-Apps).'),
5858
"https://docs.nextcloud.com/server/$serverVer/admin_manual/exapps_management/AppAPIAndExternalApps.html#setup-deploy-daemon",
5959
);

0 commit comments

Comments
 (0)