This commit is contained in:
Alexey Berezhok
2026-05-10 23:48:56 +03:00
parent 3263dbecab
commit adef1a98bb
2 changed files with 5 additions and 2 deletions

View File

@@ -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