mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 17:52:46 +01:00
Attempt to fix 2.3 when main repo changes
This commit is contained in:
@@ -837,7 +837,8 @@ main() {
|
||||
|
||||
echo "### Preparing soup at $(date) ###"
|
||||
echo ""
|
||||
if [[ "$INSTALLEDVERISON" =~ ^2.3.* ]]; then
|
||||
if [[ "$INSTALLEDVERSION" =~ ^2.3 ]]; then
|
||||
echo "Actually running the code"
|
||||
BRANCH="2.3/main"
|
||||
cd $UPDATE_DIR
|
||||
clone_to_tmp
|
||||
|
||||
Reference in New Issue
Block a user