From 85ff76b519724c8f6c73a5482d286e3507d926c7 Mon Sep 17 00:00:00 2001 From: librelad Date: Sun, 24 May 2026 13:09:33 +0100 Subject: [PATCH] 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 '. Co-Authored-By: Claude Opus 4.7 Signed-off-by: librelad --- scripts/function/permission/libreportal_folders.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/function/permission/libreportal_folders.sh b/scripts/function/permission/libreportal_folders.sh index b3ecfb8..a83b46e 100755 --- a/scripts/function/permission/libreportal_folders.sh +++ b/scripts/function/permission/libreportal_folders.sh @@ -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()