From b49633dde1e8ea2ae4d5336907ee9a3470af8273 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 17 Oct 2024 12:49:48 +0300 Subject: [PATCH] fix... Signed-off-by: Alex A. Naanou --- host/make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/make.sh b/host/make.sh index 67e1465..a7bb5f7 100755 --- a/host/make.sh +++ b/host/make.sh @@ -81,7 +81,7 @@ if xreadYes "# Create bridges?" BRIDGES ; then conflict="${conflict}, vmbr${!br} (${br})" fi done - if grep -q "vmbr${!ADMIN_BRIDGE}" "$INTERFACES" ; then + if grep -q "vmbr${ADMIN_BRIDGE}" "$INTERFACES" ; then echo "NOTE: reusing vmbr${ADMIN_BRIDGE} for ADMIN." else echo "ERROR: will not overwrite existing bridges: ${conflict:2}" >&2