mysql.server.sh fix for non-Red Hat platforms

The else condition is meant to be here to define the functions
if the Red Hat include file isn't there.

Fixes: commit 467011bcac3b3f42ae6f21dde8d88e78708b21d1 / MDEV-26614

RedHat -> Red Hat by Daniel Black
This commit is contained in:
GuiXiaoDi 2022-06-03 15:08:46 +08:00 committed by Daniel Black
parent 44ab6cba76
commit 9c207c88c1

View File

@ -100,6 +100,7 @@ fi
if test -f $init_functions; then if test -f $init_functions; then
. $init_functions . $init_functions
else
log_success_msg() log_success_msg()
{ {
echo " SUCCESS! $@" echo " SUCCESS! $@"