From 4286ec57018079971bfeb56e0f993bbf584ca0cb Mon Sep 17 00:00:00 2001 From: pablomendezroyo Date: Mon, 9 Oct 2023 17:08:27 +0200 Subject: [PATCH] remove unnecesary log --- src/scripts/docker_migration_apt.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/scripts/docker_migration_apt.sh b/src/scripts/docker_migration_apt.sh index bbb7f1b..85d9220 100644 --- a/src/scripts/docker_migration_apt.sh +++ b/src/scripts/docker_migration_apt.sh @@ -11,9 +11,6 @@ log() { } add_docker_to_unattended_upgrades() { - # Add docker to unattended-upgrades - log "Add docker to unattended-upgrades" - # Check that the UNATTENDED_upgrades_file exists if so, check that the file does not already contain the DOCKER_DOWNLOAD_ORIGINS, if not then modify it to include in the section Unattended-Upgrade::Allowed-Origins the docker download origins if ! grep -q "${DOCKER_DOWNLOAD_ORIGINS}" "${UNATTENDED_UPGRADES_FILE}"; then log "Add docker download origins to unattended-upgrades"