You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-05 16:15:50 +03:00
update
This commit is contained in:
@@ -259,7 +259,7 @@ getPrivateIP() {
|
|||||||
if [ "$subnet" == "unassigned" ]; then
|
if [ "$subnet" == "unassigned" ]; then
|
||||||
IpAddr=`head -n 2 /tmp/instanceInfo_$instanceName | awk '{gsub(/^[ \t]+|[ \t]+$/,"");print $15}'`
|
IpAddr=`head -n 2 /tmp/instanceInfo_$instanceName | awk '{gsub(/^[ \t]+|[ \t]+$/,"");print $15}'`
|
||||||
else
|
else
|
||||||
IpAddr=`head -n 2 /tmp/instanceInfo_$instanceName | awk '{gsub(/^[ \t]+|[ \t]+$/,"");print $13}'`
|
IpAddr=`head -n 2 /tmp/instanceInfo_$instanceName | awk '{gsub(/^[ \t]+|[ \t]+$/,"");print $14}'`
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo $IpAddr
|
echo $IpAddr
|
||||||
|
Reference in New Issue
Block a user