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