mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Simple cleanups
This commit is contained in:
@@ -136,7 +136,7 @@ then
|
||||
fi
|
||||
fi
|
||||
|
||||
if test "$ip_only" -eq 1
|
||||
if test "$ip_only" ="1"
|
||||
then
|
||||
ip=`echo "$resolved" | awk '/ /{print $6}'`
|
||||
hostname=$ip
|
||||
|
Reference in New Issue
Block a user