From c8a9fc2f26a4bcb8d5c5be3246addfe343676b46 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Mon, 12 Sep 2022 14:27:35 -0400 Subject: [PATCH] Add more logging to setup process --- setup/so-functions | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup/so-functions b/setup/so-functions index 2f586f151..d42022a4c 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -913,7 +913,7 @@ detect_os() { exit 1 fi - info "Found OS: $OS $OSVER" >> "$log" 2>&1 + info "Found OS: $OS $OSVER" } @@ -2176,7 +2176,6 @@ set_initial_firewall_policy() { $default_salt_dir/salt/common/tools/sbin/so-firewall --apply includehost search_node "$MAINIP" ;; esac - fi } # Set up the management interface on the ISO