Skip to content

Commit

Permalink
v8.20 (#6522)
Browse files Browse the repository at this point in the history
- Live patch 0 | Fix DietPi-LetsEncrypt SSL config for Lighttpd: #6517
  • Loading branch information
MichaIng committed Jul 31, 2023
1 parent 1591007 commit fe8d29e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .update/version
Expand Up @@ -14,6 +14,6 @@ G_MIN_DEBIAN=5
# Alternative Git branch to automatically migrate to when Debian version is too low
G_OLD_DEBIAN_BRANCH='stretch'
# Live patches
G_LIVE_PATCH_DESC=()
G_LIVE_PATCH_COND=()
G_LIVE_PATCH=()
G_LIVE_PATCH_DESC=('Fix DietPi-LetsEncrypt SSL config for Lighttpd: https://github.com/MichaIng/DietPi/pull/6517')
G_LIVE_PATCH_COND=('grep -q '\''"-SessionTicket",'\'' /boot/dietpi/dietpi-letsencrypt')
G_LIVE_PATCH=('sed -i -e '\''/"-SessionTicket",/d'\'' -e '\''s/-ServerPreference/-ServerPreference,-SessionTicket/'\'' -e '\''s/, "Options" => "-SessionTicket"/,-SessionTicket/'\'' /boot/dietpi/dietpi-letsencrypt')

0 comments on commit fe8d29e

Please sign in to comment.