From 6106bd99ea665e19bb5a190a3fed14bef0b1bad8 Mon Sep 17 00:00:00 2001 From: MichaIng Date: Wed, 27 May 2020 12:36:23 +0200 Subject: [PATCH] v6.31 + DietPi-Patch | Assure /media exists to fulfil FHS, fix htpdate service startup and probably other issues: https://github.com/MichaIng/DietPi/issues/3558 --- dietpi/patch_file | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dietpi/patch_file b/dietpi/patch_file index 19b8907f2f..a36c6c1fde 100644 --- a/dietpi/patch_file +++ b/dietpi/patch_file @@ -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