File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ if [ ! -z "$WEBALIZER_CHECK" ]; then
6161 if [ -d " /var/www/webalizer" ]; then
6262 rm -rf /var/www/webalizer
6363 fi
64- sed -i " s/STATS_SYSTEM='webalizer,awstats'/ STATS_SYSTEM=' awstats'/g " $HESTIA /conf/hestia.conf
64+ $HESTIA /bin/v-change-sys-config-value ' STATS_SYSTEM' ' awstats'
6565fi
6666
6767# Remove old hestia.conf files from Apache & NGINX if they exist
8383
8484# Update webmail templates to enable OCSP/SSL stapling
8585if [ ! -z " $IMAP_SYSTEM " ]; then
86- echo " (*) Enabling OCSP stapling support for webmail services ..."
86+ echo " (*) Improving SSL security of Roundcube webmail..."
8787 $BIN /v-update-mail-templates > /dev/null 2>&1
8888fi
Original file line number Diff line number Diff line change 99# Ensure that users from previous releases are set to the correct stable release branch
1010if [ ! -z " $RELEASE_BRANCH " ] && [ " $RELEASE_BRANCH " = " master" ] || [ " $RELEASE_BRANCH " = " develop" ]; then
1111 echo " (*) Updating default release branch configuration..."
12- sed -i " /RELEASE_BRANCH/d" $HESTIA /conf/hestia.conf
13- echo " RELEASE_BRANCH='release'" >> $HESTIA /conf/hestia.conf
12+ $HESTIA /bin/v-change-sys-config-value ' RELEASE_BRANCH' ' release'
1413fi
1514
1615# Back up old template files and install the latest versions
You can’t perform that action at this time.
0 commit comments