Skip to content

Commit

Permalink
v6.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel (Fourdee) committed Aug 20, 2018
1 parent e5ad527 commit 814481f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
2 changes: 0 additions & 2 deletions dietpi/func/obtain_network_details
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@

done



}

#/////////////////////////////////////////////////////////////////////////////////////
Expand Down
15 changes: 14 additions & 1 deletion dietpi/patch_file
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,20 @@

Update_EMR_Index

# elif (( $EMR_INDEX == 2 )); then
elif (( $EMR_INDEX == 2 )); then

#Date fix, due to NTP > systemd-timesyncd, unknown cause: https://github.com/Fourdee/DietPi/issues/2017
if (( $(date +%Y%m) < 201808 )); then

G_RUN_CMD wget --no-check-certificate https://dietpi.com/downloads/date -O emr2_date_set
date +%Y%m%d -s "$(cat emr2_date_set)"
rm emr2_date_set

fi

Update_EMR_Index

# elif (( $EMR_INDEX == 3 )); then

#echo -e 'nothing here yet'
# Update_EMR_Index
Expand Down

0 comments on commit 814481f

Please sign in to comment.