File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -1093,6 +1093,10 @@ echo "LOGIN_STYLE='default'" >> $HESTIA/conf/hestia.conf
10931093echo " VERSION='${HESTIA_INSTALL_VER} '" >> $HESTIA /conf/hestia.conf
10941094echo " RELEASE_BRANCH='release'" >> $HESTIA /conf/hestia.conf
10951095
1096+ # Email notifications after upgrade
1097+ echo " UPGRADE_SEND_EMAIL='true'" >> $HESTIA /conf/hestia.conf
1098+ echo " UPGRADE_SEND_EMAIL_LOG='true'" >> $HESTIA /conf/hestia.conf
1099+
10961100# Installing hosting packages
10971101cp -rf $HESTIA_INSTALL_DIR /packages $HESTIA /data/
10981102
Original file line number Diff line number Diff line change @@ -1144,6 +1144,10 @@ echo "LOGIN_STYLE='default'" >> $HESTIA/conf/hestia.conf
11441144echo " VERSION='${HESTIA_INSTALL_VER} '" >> $HESTIA /conf/hestia.conf
11451145echo " RELEASE_BRANCH='release'" >> $HESTIA /conf/hestia.conf
11461146
1147+ # Email notifications after upgrade
1148+ echo " UPGRADE_SEND_EMAIL='true'" >> $HESTIA /conf/hestia.conf
1149+ echo " UPGRADE_SEND_EMAIL_LOG='true'" >> $HESTIA /conf/hestia.conf
1150+
11471151# Installing hosting packages
11481152cp -rf $HESTIA_INSTALL_DIR /packages $HESTIA /data/
11491153
You can’t perform that action at this time.
0 commit comments