mirror of
https://github.com/Squidly271/community.applications.git
synced 2025-06-03 14:52:13 +08:00
multi installs weren't starting docker containers
This commit is contained in:
parent
225dc59006
commit
7d4ecf58ac
archive
source/community.applications/usr/local/emhttp/plugins/community.applications
BIN
archive/community.applications-2024.01.25-x86_64-1.txz
Normal file
BIN
archive/community.applications-2024.01.25-x86_64-1.txz
Normal file
Binary file not shown.
@ -2033,7 +2033,7 @@ function installMulti() {
|
|||||||
ca_done_override = true;
|
ca_done_override = true;
|
||||||
$("#sb-nav-close").css("visibility","hidden"); // Because docker install cannot be aborted so why allow window to close
|
$("#sb-nav-close").css("visibility","hidden"); // Because docker install cannot be aborted so why allow window to close
|
||||||
setTimeout(function(){
|
setTimeout(function(){
|
||||||
openDocker('update_container '+docker.join('*'),tr('Install '+makePlural("Application",dockerCount)),'','postMultiDockerInstall');
|
openDocker('update_container '+docker.join('*')+' ca_docker_run_override',tr('Install '+makePlural("Application",dockerCount)),'','postMultiDockerInstall');
|
||||||
},1000);
|
},1000);
|
||||||
} else {
|
} else {
|
||||||
pluginArray.forEach(function(value) {
|
pluginArray.forEach(function(value) {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
9b1a30413a6acf5d311b6a599bedbbd7 ./Apps.page
|
1dc8948ffe33c10df01f854557192d39 ./Apps.page
|
||||||
2defe45163697e40c813a57ae9a50231 ./CA_notices.page
|
2defe45163697e40c813a57ae9a50231 ./CA_notices.page
|
||||||
fc664dd4cf65ab02d828a5ae76f263ac ./ca_settings.page
|
fc664dd4cf65ab02d828a5ae76f263ac ./ca_settings.page
|
||||||
01ed7990078dee7cecfeda9a4e49377e ./default.cfg
|
01ed7990078dee7cecfeda9a4e49377e ./default.cfg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user