Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nfyxhan authored Feb 29, 2024
1 parent c8a644e commit 0fc4c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ for i in $images ; do
done

HOST_IP=$API_SERVER_ADDRESS
if [[[ "$HOST_IP" == "" ]] ; then
if [[ "$HOST_IP" == "" ]] ; then
HOST_IP=`ip addr|grep eth0 | grep inet | awk '{print $2}'|awk -F '/' '{print $1}'`
fi

Expand Down

0 comments on commit 0fc4c01

Please sign in to comment.