Clean up header
This commit is contained in:
@@ -360,7 +360,6 @@ interactive_header() {
|
||||
|
||||
EOF
|
||||
|
||||
echo ""
|
||||
echo "Scans directory: $SCANS_DIR"
|
||||
echo "Output directory: $OUT_DIR"
|
||||
echo "Change the SCANS_DIR or OUT_DIR environment variable(s) to override"
|
||||
@@ -472,7 +471,6 @@ interactive_header() {
|
||||
fi
|
||||
echo ""
|
||||
|
||||
|
||||
# Gather and list projects from SCANS_DIR
|
||||
shopt -s nullglob
|
||||
projects=("$SCANS_DIR"/*/)
|
||||
@@ -588,11 +586,7 @@ fi
|
||||
unset response arr i
|
||||
done
|
||||
fi
|
||||
|
||||
# cat <<-EOF
|
||||
# Available modules: ${ALL_MODULES[*]}
|
||||
# Available submodules: ${ALL_SUBMODULES[*]}
|
||||
# EOF
|
||||
echo ""
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user