From adef1a98bbf92b0f41ad093b556cf047176cbc43 Mon Sep 17 00:00:00 2001 From: Alexey Berezhok Date: Sun, 10 May 2026 23:48:56 +0300 Subject: [PATCH] Fixes --- install/hst-install.sh | 2 +- src/rpm/hestia/hestia.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/install/hst-install.sh b/install/hst-install.sh index 4ad696f..3fd6c9a 100755 --- a/install/hst-install.sh +++ b/install/hst-install.sh @@ -2270,7 +2270,7 @@ if [ "$bunkerweb" = 'yes' ]; then module_state=$($HESTIA/bin/v-ext-modules state bunkerweb_module json | jq -r '.[0].STATE') if [ "$module_state" = "enabled" ]; then echo "Bunkerweb configuration" - $HESTIA/bin/v-ext-modules-run bunkerweb_module addssl configure + $HESTIA/bin/v-ext-modules-run bunkerweb_module configure fi fi diff --git a/src/rpm/hestia/hestia.spec b/src/rpm/hestia/hestia.spec index e64a2e0..e7470d2 100644 --- a/src/rpm/hestia/hestia.spec +++ b/src/rpm/hestia/hestia.spec @@ -3,7 +3,7 @@ Name: hestia Version: 1.9.6 -Release: 10%{dist} +Release: 11%{dist} Summary: Hestia Control Panel Group: System Environment/Base License: GPLv3 @@ -183,6 +183,9 @@ fi %{_tmpfilesdir}/%{name}.conf %changelog +* Mon May 04 2026 Alexey Berezhok - 1.9.6-11 +- Added support bunkerweb + * Sun Mar 29 2026 Alexey Berezhok - 1.9.6-9 - Added support ansible instead of puppet