Added fixes for last apache update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user