suppress soup update output for cleaner console

This commit is contained in:
Jason Ertel
2024-04-03 10:26:48 -04:00
parent c712529cf6
commit 5f4a0fdfad

View File

@@ -892,17 +892,17 @@ main() {
echo "" echo ""
require_manager require_manager
check_pillar_items check_pillar_items > /dev/null
echo "Checking to see if this is an airgap install." echo "Checking to see if this is an airgap install."
echo "" echo ""
check_airgap check_airgap > /dev/null
if [[ $is_airgap -eq 0 && $UNATTENDED == true && -z $ISOLOC ]]; then if [[ $is_airgap -eq 0 && $UNATTENDED == true && -z $ISOLOC ]]; then
echo "Missing file argument (-f <FILENAME>) for unattended airgap upgrade." echo "Missing file argument (-f <FILENAME>) for unattended airgap upgrade."
exit 0 exit 0
fi fi
set_minionid set_minionid > /dev/null
echo "Found that Security Onion $INSTALLEDVERSION is currently installed." echo "Found that Security Onion $INSTALLEDVERSION is currently installed."
echo "" echo ""
if [[ $is_airgap -eq 0 ]]; then if [[ $is_airgap -eq 0 ]]; then