refactor(perms): trim ownership-reconcile success line to just the mode

The control-plane/app-install-user detail was noise on the success line;
keep it concise as 'Reconciled ownership for <mode>'.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Signed-off-by: librelad <librelad@digitalangels.vip>
This commit is contained in:
librelad 2026-05-24 13:09:33 +01:00
parent 93778d03af
commit 85ff76b519

View File

@ -72,7 +72,7 @@ reconcileDockerOwnership()
isNotice "reconcileDockerOwnership: WebUI dir '$webui_dir' not found — skipped"
fi
isSuccessful "Reconciled ownership for $mode — control plane: $owner, app install user: $appusr"
isSuccessful "Reconciled ownership for $mode"
}
fixFolderPermissions()