From ee39ec18821ff3188809b89a4caee67788712654 Mon Sep 17 00:00:00 2001 From: Josh Brower Date: Fri, 25 Feb 2022 14:55:28 -0500 Subject: [PATCH] IDH Setup - dont show ssh fix screen --- setup/so-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-setup b/setup/so-setup index 67c821dd8..becf618fe 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -1037,7 +1037,7 @@ else echo "Post-installation steps have completed. Awaiting user input to clean up installer." >> $setup_log 2>&1 whiptail_setup_complete - [[ $setup_type != 'iso' ]] && whiptail_ssh_warning + [[ $setup_type != 'iso' && ! $is_idh ]] && echo "show warning" fi install_cleanup >> "$setup_log" 2>&1