mvo5 / unattended-upgrades

Automatic installation of security upgrades on apt based systems
GNU General Public License v2.0
278 stars 78 forks source link

Consider conffile prompts to be errors when there's nothing else to do #353

Open nomis opened 7 months ago

nomis commented 7 months ago

Unless there are also packages that can be upgraded, processing won't get beyond "exit if there is nothing to do" to report a failure result because of conffile prompts.

Check for conffile prompts when determining success/failure at the earlier "nothing to do" stage.

Fixes #336.