Skip to content

Commit

Permalink
remove unnecesary log
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed Oct 9, 2023
1 parent 00c8f88 commit 4286ec5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/scripts/docker_migration_apt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4286ec5

Please sign in to comment.