Skip to content

Commit

Permalink
v8.17
Browse files Browse the repository at this point in the history
- General | Resolved an issue where our recent images had the cron service masked accidentally after first run setup. Many thanks to `@Johannes` for reporting this issue: https://dietpi.com/forum/t/cron-service-is-masked/16544
  • Loading branch information
MichaIng committed Apr 13, 2023
1 parent ef5bba8 commit 8906c59
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .update/patches
Original file line number Diff line number Diff line change
Expand Up @@ -1321,6 +1321,12 @@ Release notes:
fi
}

Patch_8_17()
{
# https://dietpi.com/forum/t/cron-service-is-masked/16544
[[ $(systemctl is-enabled cron) == 'masked' ]] && G_EXEC systemctl unmask cron
}

# v6.35 => v7 migration
if (( $G_DIETPI_VERSION_CORE == 6 && $G_DIETPI_VERSION_SUB > 34 ))
then
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ New software:
Enhancements:

Bug fixes:
- General | Resolved an issue where our recent images had the cron service masked accidentally after first run setup. Many thanks to @Johannes for reporting this issue: https://dietpi.com/forum/t/cron-service-is-masked/16544
- DietPi-Software | Home Assistant: Resolved an issue where to installation on 32-bit ARM systems failed since Python cryptography source builds do now require pky-config. Many thanks to @retrofame for reporting this issue: https://dietpi.com/forum/t/unable-to-upgrade-home-assistant-to-2021-10-x/5823/7
- DietPi-Software | HTPC Manager: Resolved an issue where to installation on 32-bit ARM Bookworm systems failed since Python cryptography source builds do now require pky-config.

Expand Down

0 comments on commit 8906c59

Please sign in to comment.