Compare commits
2 Commits
53497a662f
...
2ab1aa3850
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2ab1aa3850 | ||
|
|
c0382dfa4f |
@ -47,7 +47,13 @@ startPreInstall()
|
|||||||
installSSLCertificate;
|
installSSLCertificate;
|
||||||
installSwapfile;
|
installSwapfile;
|
||||||
|
|
||||||
installLibrePortalImageWebUI;
|
# 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;
|
installLibrePortalAppWebUI;
|
||||||
installLibrePortalWebUITaskService;
|
installLibrePortalWebUITaskService;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user