We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c616093 commit fc21bffCopy full SHA for fc21bff
bin/v-add-sys-roundcube
@@ -182,7 +182,7 @@ else
182
# Run Roundcube upgrade script
183
$RC_INSTALL_DIR/$RC_EXTRACT/bin/installto.sh -y $RC_INSTALL_DIR > /dev/null 2>&1
184
$RC_INSTALL_DIR/bin/update.sh --version "$version" > /dev/null 2>&1
185
- $RC_INSTALL_DIR/bin/indexcontacts.sh
+ $RC_INSTALL_DIR/bin/indexcontacts.sh > /dev/null 2>&1
186
chown -R root:www-data $RC_INSTALL_DIR
187
188
#clean up the mess
0 commit comments