Skip to content

Commit

Permalink
v6.31
Browse files Browse the repository at this point in the history
+ DietPi-Patch | Assure /media exists to fulfil FHS, fix htpdate service startup and probably other issues: #3558
  • Loading branch information
MichaIng committed May 27, 2020
1 parent 274434d commit 6106bd9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dietpi/patch_file
Original file line number Diff line number Diff line change
Expand Up @@ -2424,6 +2424,9 @@ To reinstall now, run: "dietpi-software reinstall 106 144 145"
# Make userdata dir world-executable so service users don't need to be in dietpi group to access their data dir: https://github.com/MichaIng/DietPi/pull/3536#issuecomment-628515444
G_EXEC chmod a+x /mnt/dietpi_userdata
#-------------------------------------------------------------------------------
# Assure /media exists to fulfil FHS, fix htpdate service startup and probably other issues: https://github.com/MichaIng/DietPi/issues/3558
[[ -d '/media' ]] || G_EXEC mkdir /media
#-------------------------------------------------------------------------------
# Reinstalls
# Folding@Home: https://github.com/MichaIng/DietPi/pull/3546
if (( $G_DIETPI_INSTALL_STAGE == 2 )); then
Expand Down

0 comments on commit 6106bd9

Please sign in to comment.