From 687a89e30b0ef0df4928249d3e571be44f0a4628 Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Wed, 10 May 2023 17:00:13 -0400 Subject: [PATCH] add missing dollar sign --- setup/so-functions | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup/so-functions b/setup/so-functions index 912bd8175..0ddf6bd6b 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -1946,10 +1946,10 @@ securityonion_repo() { logCmd "dnf repolist all" fi if [[ $waitforstate ]]; then - if [[ ! is_airgap ]]; then - # Build the repo locally so we can use it - echo "Syncing Repo" - repo_sync_local + if [[ ! $is_airgap ]]; then + # Build the repo locally so we can use it + echo "Syncing Repo" + repo_sync_local fi fi fi