From 8c15a96e1ebb9507ca099d8dd49978f7eb4afb9c Mon Sep 17 00:00:00 2001 From: gryf Date: Mon, 12 Apr 2021 12:58:21 +0200 Subject: [PATCH] Fix quotas for being able to reach variable. --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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