mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
typo in mysql_install_db fixed
This commit is contained in:
@@ -118,7 +118,7 @@ then
|
|||||||
if [ $? -ne 0 ]
|
if [ $? -ne 0 ]
|
||||||
then
|
then
|
||||||
resolved=`$bindir/resolveip localhost 2>&1`
|
resolved=`$bindir/resolveip localhost 2>&1`
|
||||||
if [ $? -eq 0 ]
|
if [ $? -ne 0 ]
|
||||||
then
|
then
|
||||||
echo "Neither host '$hostname' and 'localhost' could not be looked up with"
|
echo "Neither host '$hostname' and 'localhost' could not be looked up with"
|
||||||
echo "$bindir/resolveip"
|
echo "$bindir/resolveip"
|
||||||
|
Reference in New Issue
Block a user