mvo5 / unattended-upgrades

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

DPkg::Post-Invoke hook executed twice #316

Open samsapti opened 2 years ago

samsapti commented 2 years ago

I have a custom DPkg::Post-Invoke hook in my /etc/apt/apt.conf.d/ directory, and I've noticed that it executes twice when running sudo unattended-upgrades -v. Happens on Debian and Ubuntu (both servers).

Is this a bug in unattended-upgrades, or something else?