Skip to content

Commit 4cf2c7c

Browse files
Update hst-install-ubuntu.sh
1 parent 1b8a2d8 commit 4cf2c7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/hst-install-ubuntu.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,7 @@ fi
10791079
# Update phpMyAdmin #
10801080
#----------------------------------------------------------#
10811081

1082-
# Show Upgrade Information
1082+
# Display upgrade information
10831083
echo "Upgrade phpMyAdmin to v$pma_v..."
10841084

10851085
# Download latest phpmyadmin release
@@ -1259,7 +1259,7 @@ if [ "$exim" = 'yes' ] && [ "$mysql" = 'yes' ]; then
12591259
TO roundcube@localhost IDENTIFIED BY '$r'"
12601260
sed -i "s/%password%/$r/g" /etc/roundcube/db.inc.php
12611261

1262-
# Fix to send all mails using smtp and add userinformations
1262+
# Send all emails through SMTP and add user information
12631263
sed -i "/\$config\['smtp_server'\]/c\$config\['smtp_server'\] = 'localhost';" /etc/roundcube/defaults.inc.php
12641264
sed -i "/\$config\['smtp_user'\]/c\$config\['smtp_user'\] = '%u';" /etc/roundcube/defaults.inc.php
12651265
sed -i "/\$config\['smtp_pass'\]/c\$config\['smtp_pass'\] = '%p';" /etc/roundcube/defaults.inc.php

0 commit comments

Comments
 (0)