From ac9f08ba2a741cf4eea3a19025965a10e76f5a5b Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 17 Apr 2023 09:40:31 +0200 Subject: [PATCH] unattended-upgrades: another log file --- scripts/init-ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/init-ubuntu.sh b/scripts/init-ubuntu.sh index 94cec8a40..7f5e1d4d7 100755 --- a/scripts/init-ubuntu.sh +++ b/scripts/init-ubuntu.sh @@ -98,7 +98,7 @@ apt-get -o Dpkg::Options::="--force-confold" install -y --no-install-recommends # this ensures that unattended upgades are enabled, if it was disabled during ubuntu install time (see #346) # debconf-set-selection of unattended-upgrades/enable_auto_updates + dpkg-reconfigure does not work -# logs of upgrades are at /var/log/apt/history.log +# logs of upgrades are at /var/log/apt/history.log and /var/log/unattended-upgrades/unattended-upgrades-dpkg.log echo "==> Enabling automatic upgrades" cp /usr/share/unattended-upgrades/20auto-upgrades /etc/apt/apt.conf.d/20auto-upgrades