We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec0767f commit a0352b1Copy full SHA for a0352b1
install/upgrade/versions/1.4.0.sh
@@ -15,14 +15,11 @@ if [ -e "/etc/nginx/nginx.conf" ]; then
15
fi
16
17
18
-echo '[ * ] Updating System Administrator account permissions...'
19
-$HESTIA/bin/v-change-user-role admin admin
20
-
21
# Populating HELO/SMTP Banner for existing ip's
22
if [ "$MAIL_SYSTEM" == "exim4" ]; then
23
source $HESTIA/func/ip.sh
24
25
- echo "[ * ] Populating HELO/SMTP Banner param for existing IP's..."
+ echo "[ * ] Populating HELO/SMTP Banner value for existing IP addresses..."
26
> /etc/exim4/mailhelo.conf
27
28
for ip in $($BIN/v-list-sys-ips plain | cut -f1); do
0 commit comments