You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-07 03:22:57 +03:00
MCOL-552 - send stdout to null
This commit is contained in:
@@ -105,12 +105,12 @@ datadir_set=
|
|||||||
#
|
#
|
||||||
lsb_functions="/lib/lsb/init-functions"
|
lsb_functions="/lib/lsb/init-functions"
|
||||||
if test -f $lsb_functions ; then
|
if test -f $lsb_functions ; then
|
||||||
. $lsb_functions
|
. $lsb_functions >/dev/null 2>&1
|
||||||
else
|
else
|
||||||
# Include non-LSB RedHat init functions to make systemctl redirect work
|
# Include non-LSB RedHat init functions to make systemctl redirect work
|
||||||
init_functions="/etc/init.d/functions"
|
init_functions="/etc/init.d/functions"
|
||||||
if test -f $init_functions; then
|
if test -f $init_functions; then
|
||||||
. $init_functions
|
. $init_functions >/dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
log_success_msg()
|
log_success_msg()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user