Compare commits

..

No commits in common. "2ab1aa38508656ec57989fd66a427371aef99605" and "53497a662f7565eeda2283d612666adca871e4dd" have entirely different histories.

View File

@ -47,13 +47,7 @@ startPreInstall()
installSSLCertificate;
installSwapfile;
# installLibrePortalAppWebUI builds the WebUI image as its step 1 on a fresh
# install (libreportal not yet in the DB). Only build standalone here when
# that path will be SKIPPED (libreportal already installed — a rebuild), so a
# fresh install doesn't build the same image twice.
if [[ "$(dockerCheckAppInstalled libreportal docker)" != "not_installed" ]]; then
installLibrePortalImageWebUI;
fi
installLibrePortalAppWebUI;
installLibrePortalWebUITaskService;