From 6a270eb8b364df11b33bc238898bdefb0f7cbe64 Mon Sep 17 00:00:00 2001 From: Josh Brower Date: Fri, 25 Feb 2022 14:58:30 -0500 Subject: [PATCH] IDH Setup - dont show ssh fix screen - fix --- setup/so-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-setup b/setup/so-setup index becf618fe..9579df79d 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' && ! $is_idh ]] && echo "show warning" + [[ $setup_type != 'iso' && ! $is_idh ]] && whiptail_ssh_warning fi install_cleanup >> "$setup_log" 2>&1