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:
parent
93778d03af
commit
85ff76b519
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user