mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-25 05:57:49 +02:00
add missing dollar sign
This commit is contained in:
+4
-4
@@ -1946,10 +1946,10 @@ securityonion_repo() {
|
|||||||
logCmd "dnf repolist all"
|
logCmd "dnf repolist all"
|
||||||
fi
|
fi
|
||||||
if [[ $waitforstate ]]; then
|
if [[ $waitforstate ]]; then
|
||||||
if [[ ! is_airgap ]]; then
|
if [[ ! $is_airgap ]]; then
|
||||||
# Build the repo locally so we can use it
|
# Build the repo locally so we can use it
|
||||||
echo "Syncing Repo"
|
echo "Syncing Repo"
|
||||||
repo_sync_local
|
repo_sync_local
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user