mirror of
https://github.com/unraid/webgui.git
synced 2026-05-03 08:19:27 -05:00
Merge pull request #1431 from unraid/fix-downgrade
Improve Downgrade process
This commit is contained in:
@@ -38,3 +38,5 @@ mkdir -p "$CFG_NEW"
|
||||
# stating with 6.10 'USE_SSL="auto"' without a LE cert is invalid
|
||||
[[ ! -f /boot/config/ssl/certs/certificate_bundle.pem ]] && sed -i s/USE_SSL=\"auto\"/USE_SSL=\"no\"/ /boot/config/ident.cfg
|
||||
|
||||
# delete any temp dir left over from a version downgrade (see dynamix.plugin.manager/include/Downgrade.php)
|
||||
rm -rf /boot/deletemedowngrade.*
|
||||
|
||||
Reference in New Issue
Block a user