Compare commits

...

2 Commits

Author SHA1 Message Date
librelad
0a246d043d Merge claude/1 2026-05-24 13:09:33 +01:00
librelad
85ff76b519 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>
2026-05-24 13:09:33 +01:00

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()