Skip to content

Commit

Permalink
Fixed small typo in '50unattended-upgrades' config files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marekjdj authored and mvo5 committed Jan 1, 2025
1 parent 5f81145 commit bac1904
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/50unattended-upgrades.Debian
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Unattended-Upgrade::Package-Blacklist {

// Split the upgrade into the smallest possible chunks so that
// they can be interrupted with SIGTERM. This makes the upgrade
// a bit slower but it has the benefit that shutdown while a upgrade
// a bit slower but it has the benefit that shutdown while an upgrade
// is running is possible (with a small delay)
//Unattended-Upgrade::MinimalSteps "true";

Expand Down
2 changes: 1 addition & 1 deletion data/50unattended-upgrades.Devuan
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Unattended-Upgrade::Package-Blacklist {

// Split the upgrade into the smallest possible chunks so that
// they can be interrupted with SIGTERM. This makes the upgrade
// a bit slower but it has the benefit that shutdown while a upgrade
// a bit slower but it has the benefit that shutdown while an upgrade
// is running is possible (with a small delay)
//Unattended-Upgrade::MinimalSteps "true";

Expand Down
2 changes: 1 addition & 1 deletion data/50unattended-upgrades.Raspbian
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Unattended-Upgrade::Package-Blacklist {

// Split the upgrade into the smallest possible chunks so that
// they can be interrupted with SIGTERM. This makes the upgrade
// a bit slower but it has the benefit that shutdown while a upgrade
// a bit slower but it has the benefit that shutdown while an upgrade
// is running is possible (with a small delay)
//Unattended-Upgrade::MinimalSteps "true";

Expand Down
2 changes: 1 addition & 1 deletion data/50unattended-upgrades.Ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Unattended-Upgrade::DevRelease "auto";

// Split the upgrade into the smallest possible chunks so that
// they can be interrupted with SIGTERM. This makes the upgrade
// a bit slower but it has the benefit that shutdown while a upgrade
// a bit slower but it has the benefit that shutdown while an upgrade
// is running is possible (with a small delay)
//Unattended-Upgrade::MinimalSteps "true";

Expand Down

0 comments on commit bac1904

Please sign in to comment.