Merge claude/2
This commit is contained in:
commit
c1616bff75
@ -6,6 +6,13 @@ installLibrePortalImageWebUI()
|
||||
|
||||
isNotice "Building the LibrePortal WebUI Docker image..."
|
||||
|
||||
# The copy below writes into the dockerinstall-owned containers/ dir. On a
|
||||
# fresh install the general traversal/ownership reconcile runs LATER, so at
|
||||
# this point /docker is still 750 (untraversable by the container user) and
|
||||
# containers/ may still be manager-owned — the copy would fail. Establish
|
||||
# traversal (+x on /docker) and containers/ ownership FIRST.
|
||||
fixFolderPermissions
|
||||
|
||||
local result=$(copyFolder "$install_containers_dir/libreportal" "$containers_dir" "$sudo_user_name")
|
||||
checkSuccess "Copy the LibrePortal to the containers folder"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user