Show welcome screen on both iso and network installs

This commit is contained in:
William Wernert
2020-09-25 14:59:27 -04:00
parent 11b200e9c0
commit d76a4b1359

View File

@@ -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