Compare commits

..

No commits in common. "c1616bff755e23ffad88d2d817e2a7b4ba911873" and "b8f674050c8116317789394c769edb5efef001f8" have entirely different histories.

View File

@ -6,13 +6,6 @@ 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"