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:
parent
44ab6cba76
commit
9c207c88c1
@ -100,6 +100,7 @@ fi
|
||||
|
||||
if test -f $init_functions; then
|
||||
. $init_functions
|
||||
else
|
||||
log_success_msg()
|
||||
{
|
||||
echo " SUCCESS! $@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user