1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

redirect stdout to null on ldconfig commands

This commit is contained in:
david hill
2017-05-09 13:33:29 -05:00
parent 04bdb60fff
commit 8e258fccf3
2 changed files with 3 additions and 3 deletions

View File

@ -80,7 +80,7 @@ for arg in "$@"; do
done
if [ $USER != "root" ]; then
sudo ldconfig
sudo ldconfig >/dev/null 2>&1
export COLUMNSTORE_INSTALL_DIR=$installdir
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$COLUMNSTORE_INSTALL_DIR/lib:$COLUMNSTORE_INSTALL_DIR/mysql/lib/mysql
else