From b04b43bf72c5dcad4eec28899724ba0bddd5c2f2 Mon Sep 17 00:00:00 2001 From: MichaIng Date: Sat, 30 Sep 2023 15:09:44 +0200 Subject: [PATCH] v8.23 - DietPi daily cron | Resolved an issue where daily APT update checks failed if daily DietPi update checks were disabled. Many thanks to @lz1aam for reporting this issue: https://github.com/MichaIng/DietPi/issues/6651 --- CHANGELOG.txt | 1 + rootfs/etc/cron.daily/dietpi | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index de5483a021..3054263c39 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -5,6 +5,7 @@ Enhancements: - DietPi-Software | Firefox: Enabled the software option for RISC-V, since Debian provides packages now. But do not expect good performance, as GPU-acceleration is missing. Bug fixes: +- DietPi daily cron | Resolved an issue where daily APT update checks failed if daily DietPi update checks were disabled. Many thanks to @lz1aam for reporting this issue: https://github.com/MichaIng/DietPi/issues/6651 - DietPi-Config | Resolved an issue where the WiFi channel selection was not possible with 5 GHz mode enabled. Many thanks to @lukaszsobala for reporting this issue: https://github.com/MichaIng/DietPi/issues/6636#issuecomment-1734427451 - DietPi-Software | Resolved an issue where motionEye failed to build on Bullseye systems since piwheels currently have no wheel for the latest Pillow version. diff --git a/rootfs/etc/cron.daily/dietpi b/rootfs/etc/cron.daily/dietpi index c906587875..b1bd96e77f 100755 --- a/rootfs/etc/cron.daily/dietpi +++ b/rootfs/etc/cron.daily/dietpi @@ -28,6 +28,7 @@ elif [[ $APT_UPDATE_MODE != 0 ]] then + . /boot/dietpi/func/dietpi-globals G_AGUP -f fi # Apply APT upgrades if chosen and available