Skip to content

Commit abaed36

Browse files
committed
Update roundcube driver to hestia.php.
1 parent eb98118 commit abaed36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1217,7 +1217,7 @@ if [ "$exim" = 'yes' ] && [ "$mysql" = 'yes' ]; then
12171217
chmod 640 /etc/roundcube/config.inc.php
12181218
chown root:www-data /etc/roundcube/debian-db-roundcube.php
12191219
chown root:www-data /etc/roundcube/config.inc.php
1220-
cp -f $hestiacp/roundcube/vesta.php \
1220+
cp -f $hestiacp/roundcube/hestia.php \
12211221
/usr/share/roundcube/plugins/password/drivers/
12221222
cp -f $hestiacp/roundcube/config.inc.php /etc/roundcube/plugins/password/
12231223
r="$(gen_pass)"

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1203,7 +1203,7 @@ if [ "$exim" = 'yes' ] && [ "$mysql" = 'yes' ]; then
12031203
cp -f $hestiacp/roundcube/db.inc.php /etc/roundcube/
12041204
chmod 640 /etc/roundcube/debian-db*
12051205
chown root:www-data /etc/roundcube/debian-db*
1206-
cp -f $hestiacp/roundcube/vesta.php \
1206+
cp -f $hestiacp/roundcube/hestia.php \
12071207
/usr/share/roundcube/plugins/password/drivers/
12081208
cp -f $hestiacp/roundcube/config.inc.php /etc/roundcube/plugins/password/
12091209
r="$(gen_pass)"

0 commit comments

Comments
 (0)