From d76a4b13591eecb32ef71ca870c85f596116827f Mon Sep 17 00:00:00 2001 From: William Wernert Date: Fri, 25 Sep 2020 14:59:27 -0400 Subject: [PATCH] Show welcome screen on both iso and network installs --- setup/so-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-setup b/setup/so-setup index 9c15c935c..775af235f 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -138,7 +138,7 @@ if [ "$automated" == no ]; then fi fi -if [ "$setup_type" == 'iso' ] || (whiptail_you_sure); then +if (whiptail_you_sure); then true else echo "User cancelled setup." | tee $setup_log