Skip to content

Commit a0352b1

Browse files
author
Kristan Kenney
committed
Update steps and strings - v1.4.0 upgrade script
1 parent ec0767f commit a0352b1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

install/upgrade/versions/1.4.0.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,11 @@ if [ -e "/etc/nginx/nginx.conf" ]; then
1515
fi
1616
fi
1717

18-
echo '[ * ] Updating System Administrator account permissions...'
19-
$HESTIA/bin/v-change-user-role admin admin
20-
2118
# Populating HELO/SMTP Banner for existing ip's
2219
if [ "$MAIL_SYSTEM" == "exim4" ]; then
2320
source $HESTIA/func/ip.sh
2421

25-
echo "[ * ] Populating HELO/SMTP Banner param for existing IP's..."
22+
echo "[ * ] Populating HELO/SMTP Banner value for existing IP addresses..."
2623
> /etc/exim4/mailhelo.conf
2724

2825
for ip in $($BIN/v-list-sys-ips plain | cut -f1); do

0 commit comments

Comments
 (0)