Skip to content

Commit fc21bff

Browse files
committed
Supress the output of indexcontacts.sh
1 parent c616093 commit fc21bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-add-sys-roundcube

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +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
185+
$RC_INSTALL_DIR/bin/indexcontacts.sh > /dev/null 2>&1
186186
chown -R root:www-data $RC_INSTALL_DIR
187187

188188
#clean up the mess

0 commit comments

Comments
 (0)