mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
typo in mysql_install_db fixed
This commit is contained in:
parent
b044a4266b
commit
b4577bc43a
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ then
|
|||
if [ $? -ne 0 ]
|
||||
then
|
||||
resolved=`$bindir/resolveip localhost 2>&1`
|
||||
if [ $? -eq 0 ]
|
||||
if [ $? -ne 0 ]
|
||||
then
|
||||
echo "Neither host '$hostname' and 'localhost' could not be looked up with"
|
||||
echo "$bindir/resolveip"
|
||||
|
|
Loading…
Reference in a new issue