From cb2044cee9aaad8823b8b8d4273b74696208ee15 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Fri, 1 Apr 2022 09:29:29 -0400 Subject: [PATCH] Fix the analyst pillar --- setup/so-setup | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup/so-setup b/setup/so-setup index 8365eff79..c233c3069 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -687,7 +687,9 @@ echo "1" > /root/accept_changes [[ ${#ntp_servers[@]} -gt 0 ]] && configure_ntp >> $setup_log 2>&1 - if [[ ! $is_analyst ]]; then reserve_ports fi + if [[ ! $is_analyst ]]; then + reserve_ports + fi set_path