Skip to content

Commit

Permalink
v8.23
Browse files Browse the repository at this point in the history
- DietPi daily cron | Add another missing dietpi-globals load
  • Loading branch information
MichaIng committed Sep 30, 2023
1 parent 77c9b12 commit fa0646e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/etc/cron.daily/dietpi
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
if grep -q '^[[:blank:]]*CONFIG_CHECK_DIETPI_UPDATES=1' /boot/dietpi.txt
then
/boot/dietpi/dietpi-update 2
[[ $APT_UPDATE_MODE == 2 && -f '/run/dietpi/.update_available' ]] && G_AGUP -f
[[ $APT_UPDATE_MODE == 2 && -f '/run/dietpi/.update_available' ]] && { . /boot/dietpi/func/dietpi-globals; G_AGUP -f; }

elif [[ $APT_UPDATE_MODE != 0 ]]
then
Expand Down

0 comments on commit fa0646e

Please sign in to comment.