From c3952e94c80592777e89d5cad2bbf2e8f1db02fc Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Wed, 20 Apr 2022 14:36:38 -0400 Subject: [PATCH] Remove setup from auto starting if you choose to not enter the grid --- setup/so-setup | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup/so-setup b/setup/so-setup index 8bf893d8c..e06b5ded9 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -102,6 +102,9 @@ if [[ $is_analyst ]]; then if ! whiptail_analyst_install; then if [[ $is_analyst_iso ]]; then if whiptail_analyst_nongrid_iso; then + # Remove setup from auto launching + parse_install_username + sed -i '$ d' /home/$INSTALLUSERNAME/.bash_profile >> "$setup_log" 2>&1 echo "Enabling graphical interface and setting it to load at boot" systemctl set-default graphical.target startx