Skip to content

Commit 5927598

Browse files
authored
Merge pull request #752 from nextcloud/backport/751/stable32
[stable32] fix(setup-check): change missing daemon from error to info
2 parents b246093 + a0d88eb commit 5927598

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)