From 67ea7d31e110da56301dda1f49b84df7f1888df8 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Tue, 29 Aug 2023 09:32:10 -0400 Subject: [PATCH] dont exec so-setup desktop --- setup/so-functions | 4 +--- setup/so-whiptail | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/setup/so-functions b/setup/so-functions index fc0876248..9f7e61fa1 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -1664,9 +1664,7 @@ process_installtype() { elif [ "$install_type" = 'RECEIVER' ]; then is_receiver=true elif [ "$install_type" = 'DESKTOP' ]; then - if [ "$setup_type" != 'desktop' ]; then - exec bash so-setup desktop - fi + is_desktop=true fi } diff --git a/setup/so-whiptail b/setup/so-whiptail index c55e2db8f..01c0ffde9 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -678,9 +678,7 @@ whiptail_install_type_dist_existing() { elif [ "$install_type" = 'RECEIVER' ]; then is_receiver=true elif [ "$install_type" = 'DESKTOP' ]; then - if [ "$setup_type" != 'desktop' ]; then - exec bash so-setup desktop - fi + is_desktop=true fi local exitstatus=$?