Commit 3ed0e449 authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

Fixed scripts to not run by default interconnection scenarios

parent bc3ebb4c
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ INPUT_OPTIONS=$@
# Check if input is provided
if [ -z "$1" ]; then
    # Set default value if no input is provided
    INPUT_OPTIONS="--include all"
    INPUT_OPTIONS="--include all --exclude interconnection"
fi

cd $CAPIF_BASE_DIR
+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ INPUT_OPTIONS=$@
# Check if input is provided
if [ -z "$1" ]; then
    # Set default value if no input is provided
    INPUT_OPTIONS="--include all"
    INPUT_OPTIONS="--include all --exclude interconnection"
fi

docker >/dev/null 2>/dev/null