From dbd4b7ce9a85a89ac4eb23a3ce156b4081fa5522 Mon Sep 17 00:00:00 2001 From: MichaIng Date: Tue, 29 Mar 2022 22:29:25 +0200 Subject: [PATCH] v8.3 - DietPi-Software | Webmin: Worked around an issue where the install failed. Many thanks to @omavoss for reporting this issue: https://github.com/MichaIng/DietPi/issues/5386 --- CHANGELOG.txt | 1 + dietpi/dietpi-software | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index bfef74ed35..62c76ee8ac 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -24,6 +24,7 @@ Fixes: - DietPi-Software | Kodi: Resolved an issue on Raspberry Pi Bullseye systems where libraries were missing to run Kodi via KMS/DRM. Many thanks to @derebo for reporting this issue: https://dietpi.com/phpbb/viewtopic.php?t=10161 - DietPi-Software | Mopidy: Resolved an issue where there installation failed. Many thanks to @amibumpin for reporting this issue: https://dietpi.com/phpbb/viewtopic.php?t=10188 - DietPi-Software | rTorrent: Resolved an issue where the web interface didn't work with Nginx because the PHP handler wasn't set. Many thanks to @vinhtq115 for providing the solution: https://github.com/MichaIng/DietPi/pull/5375 +- DietPi-Software | Webmin: Worked around an issue where the install failed. Many thanks to @omavoss for reporting this issue: https://github.com/MichaIng/DietPi/issues/5386 As always, many smaller code performance and stability improvements, visual and spelling fixes have been done, too much to list all of them here. Check out all code changes of this release on GitHub: https://github.com/MichaIng/DietPi/pull/XXXX diff --git a/dietpi/dietpi-software b/dietpi/dietpi-software index 922cd12313..0cbaeef8ee 100755 --- a/dietpi/dietpi-software +++ b/dietpi/dietpi-software @@ -5874,7 +5874,8 @@ _EOF_ # APT package G_AGI webmin - G_EXEC systemctl stop webmin + # Workaround: https://github.com/MichaIng/DietPi/issues/5386 + systemctl -q is-active webmin && G_EXEC systemctl stop webmin # Service Remove_SysV webmin