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
is_receiver=true
elif [ "$install_type" = 'DESKTOP' ]; then
if [ "$setup_type" != 'desktop' ]; then
exec bash so-setup desktop
fi
is_desktop=true
fi
}