mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 02:02:50 +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 "### Preparing soup at $(date) ###"
|
||||||
echo ""
|
echo ""
|
||||||
if [[ "$INSTALLEDVERISON" =~ ^2.3.* ]]; then
|
if [[ "$INSTALLEDVERSION" =~ ^2.3 ]]; then
|
||||||
|
echo "Actually running the code"
|
||||||
BRANCH="2.3/main"
|
BRANCH="2.3/main"
|
||||||
cd $UPDATE_DIR
|
cd $UPDATE_DIR
|
||||||
clone_to_tmp
|
clone_to_tmp
|
||||||
|
|||||||
Reference in New Issue
Block a user