diff --git a/bootstrap.sh b/bootstrap.sh index 0b5d1d1..3cbbb5a 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -280,7 +280,7 @@ common_conf() { continue fi ipaddr=$(ip -j a|jq \ - '.[$i].addr_info[] | select(.family == "inet") | .local') + ".[$i].addr_info[] | select(.family == \"inet\") | .local") break; done