File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
4646rl_v='1.16.0'
You can’t perform that action at this time.
0 commit comments