Skip to content

Commit

Permalink
v7.2
Browse files Browse the repository at this point in the history
+ DietPi-Patch | Fix update path for DietPi versions prior to v6.17: #4385
  • Loading branch information
MichaIng authored May 18, 2021
1 parent 705422b commit b1de551
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dietpi/patch_file
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ _EOF_
if (( $(pgrep -c patch_file) < 2 )); then

# Save current version to rerun patch on next launch
# - We know the core version is 6, so store it like that, else version prior to v6.17 will default to v7: https://github.com/MichaIng/DietPi/issues/4385
G_DIETPI_VERSION_CORE=6
G_VERSIONDB_SAVE

# Remove DietPi-Update and DietPi-Patch working directories to allow concurrent execution.
Expand Down

0 comments on commit b1de551

Please sign in to comment.