diff options
author | serg@serg.mylan <> | 2004-03-19 17:19:33 +0100 |
---|---|---|
committer | serg@serg.mylan <> | 2004-03-19 17:19:33 +0100 |
commit | b4577bc43a8b82cdf9071ee3dd4c2dbd53850c5b (patch) | |
tree | ac0b7d7b5f0fe9217118d9e2008d6c01d45ed761 /scripts/mysql_install_db.sh | |
parent | b044a4266b86b4339f41748f49678b76e0e39578 (diff) | |
download | mariadb-git-b4577bc43a8b82cdf9071ee3dd4c2dbd53850c5b.tar.gz |
typo in mysql_install_db fixed
Diffstat (limited to 'scripts/mysql_install_db.sh')
-rw-r--r-- | scripts/mysql_install_db.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh index 0c1502823af..012725265a1 100644 --- a/scripts/mysql_install_db.sh +++ b/scripts/mysql_install_db.sh @@ -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" |