Skip to content

Commit

Permalink
Fix potentila failure to install/know about container update, if cont…
Browse files Browse the repository at this point in the history
…ainer is in group!
  • Loading branch information
Commifreak committed Feb 8, 2024
1 parent 7e6d56f commit b0a99f1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/scripts/backup.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,7 @@
$dockerUpdateList = [''];

ABHelper::backupLog("Starting Docker auto-update check...", ABHelper::LOGLEVEL_DEBUG);
foreach ($sortedStopContainers as $container) {
if ($container['isGroup']) {
continue;
}
foreach ($dockerContainers as $container) { // Use unraids docker container list for update checking!
$containerSettings = $abSettings->getContainerSpecificSettings($container['Name']);
if ($containerSettings['updateContainer'] == 'yes') {

Expand Down

0 comments on commit b0a99f1

Please sign in to comment.