From c8545e8598de998948662798e5b4b60f7d1dc9c0 Mon Sep 17 00:00:00 2001 From: yaazkal Date: Tue, 28 Dec 2021 21:22:30 -0500 Subject: [PATCH] [REF] indentation: change tab to spaces --- usr/local/share/bastille/create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/create.sh b/usr/local/share/bastille/create.sh index 27cd828..36fea56 100644 --- a/usr/local/share/bastille/create.sh +++ b/usr/local/share/bastille/create.sh @@ -195,7 +195,7 @@ generate_vnet_jail_conf() { for _num in $(seq 0 "${num_range}"); do if ! grep -q "e${_num}b" "${bastille_jailsdir}"/*/jail.conf; then uniq_epair="bastille${_num}" - uniq_epair_bridge="${_num}" + uniq_epair_bridge="${_num}" break fi done