dont exec so-setup desktop

This commit is contained in:
m0duspwnens
2023-08-29 09:32:10 -04:00
parent a1b1294247
commit 67ea7d31e1
2 changed files with 2 additions and 6 deletions

View File

@@ -1664,9 +1664,7 @@ process_installtype() {
elif [ "$install_type" = 'RECEIVER' ]; then elif [ "$install_type" = 'RECEIVER' ]; then
is_receiver=true is_receiver=true
elif [ "$install_type" = 'DESKTOP' ]; then elif [ "$install_type" = 'DESKTOP' ]; then
if [ "$setup_type" != 'desktop' ]; then is_desktop=true
exec bash so-setup desktop
fi
fi fi
} }

View File

@@ -678,9 +678,7 @@ whiptail_install_type_dist_existing() {
elif [ "$install_type" = 'RECEIVER' ]; then elif [ "$install_type" = 'RECEIVER' ]; then
is_receiver=true is_receiver=true
elif [ "$install_type" = 'DESKTOP' ]; then elif [ "$install_type" = 'DESKTOP' ]; then
if [ "$setup_type" != 'desktop' ]; then is_desktop=true
exec bash so-setup desktop
fi
fi fi
local exitstatus=$? local exitstatus=$?