Skip to content

Commit a236035

Browse files
author
Alexandros Ioannides
authored
Bug/sys config value (hestiacp#1426)
* Add email notifications to hestia.conf
1 parent 783c733 commit a236035

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

install/hst-install-debian.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,6 +1093,10 @@ echo "LOGIN_STYLE='default'" >> $HESTIA/conf/hestia.conf
10931093
echo "VERSION='${HESTIA_INSTALL_VER}'" >> $HESTIA/conf/hestia.conf
10941094
echo "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
10971101
cp -rf $HESTIA_INSTALL_DIR/packages $HESTIA/data/
10981102

install/hst-install-ubuntu.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,6 +1144,10 @@ echo "LOGIN_STYLE='default'" >> $HESTIA/conf/hestia.conf
11441144
echo "VERSION='${HESTIA_INSTALL_VER}'" >> $HESTIA/conf/hestia.conf
11451145
echo "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
11481152
cp -rf $HESTIA_INSTALL_DIR/packages $HESTIA/data/
11491153

0 commit comments

Comments
 (0)