Added fixes for last apache update

This commit is contained in:
Alexey Berezhok
2025-10-14 23:08:27 +03:00
parent cc59572a59
commit bd56dcf5f5
10 changed files with 56 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ HESTIA_COMMON_DIR="$HESTIA/install/common"
VERBOSE='no'
# Define software versions
HESTIA_INSTALL_VER='1.9.5.rpm-alpha'
HESTIA_INSTALL_VER='1.9.6.rpm-alpha'
# Dependencies
mariadb_v="10.11"
@@ -164,7 +164,9 @@ set_default_port() {
write_config_value() {
local key="$1"
local value="$2"
echo "$key='$value'" >> $HESTIA/conf/hestia.conf
if [ -e $HESTIA/conf/hestia.conf ]; then
echo "$key='$value'" >> $HESTIA/conf/hestia.conf
fi
}
# Sort configuration file values