Skip to content

Commit 1e74c63

Browse files
committed
1 parent 35ddea3 commit 1e74c63

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bin/v-add-sys-roundcube

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ else
182182
# Run Roundcube upgrade script
183183
$RC_INSTALL_DIR/$RC_EXTRACT/bin/installto.sh -y $RC_INSTALL_DIR > /dev/null 2>&1
184184
$RC_INSTALL_DIR/bin/update.sh --version "$version" > /dev/null 2>&1
185+
$RC_INSTALL_DIR/bin/indexcontacts.sh
185186
chown -R root:www-data $RC_INSTALL_DIR
186187

187188
#clean up the mess

install/upgrade/upgrade.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pma_v='5.1.1'
4040

4141
# Set version of RoundCube (Webmail) to update during upgrade if not already installed
4242
# Note: only applies to "non-apt installs >= 1.4.0 or manually phased out"
43-
rc_v='1.5.0'
43+
rc_v='1.5.1'
4444

4545
# Set version of Rainloop (Webmail) to update during upgrade if not already installed
4646
rl_v='1.16.0'

0 commit comments

Comments
 (0)